mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
@@ -157,6 +157,9 @@ void opt_Parse(char *s)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'z':
|
case 'z':
|
||||||
|
warning(WARNING_OBSOLETE, "Option 'z' is a deprecated alias for 'p'");
|
||||||
|
/* fallthrough */
|
||||||
|
case 'p':
|
||||||
if (strlen(&s[1]) <= 2) {
|
if (strlen(&s[1]) <= 2) {
|
||||||
int32_t result;
|
int32_t result;
|
||||||
unsigned int fillchar;
|
unsigned int fillchar;
|
||||||
|
|||||||
@@ -1279,9 +1279,9 @@ DW `00112233
|
|||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The options that OPT can modify are currently:
|
The options that OPT can modify are currently:
|
||||||
.Cm b , e
|
.Cm b , g
|
||||||
and
|
and
|
||||||
.Cm g .
|
.Cm p .
|
||||||
.Pp
|
.Pp
|
||||||
.Ic POPO
|
.Ic POPO
|
||||||
and
|
and
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ if [ ! -d pokecrystal ]; then
|
|||||||
fi
|
fi
|
||||||
pushd pokecrystal
|
pushd pokecrystal
|
||||||
git fetch
|
git fetch
|
||||||
git checkout 80cf859cd31c3882f8c42dd19e56fcde02b8955c
|
git checkout c87f8512a4d736a847dbc69e09c781a29eeaa638
|
||||||
make clean
|
make clean
|
||||||
make -j4 compare
|
make -j4 compare
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user