Update compile.bat
This commit is contained in:
parent
afa0297ada
commit
246c6c654d
|
@ -94,12 +94,7 @@ rhcomp.exe Graphics/MusicSelect/CD62EC_musicselect_map.bin
|
||||||
rhcomp.exe Graphics/MusicSelect/CD6434_musicselect_warning_map.bin
|
rhcomp.exe Graphics/MusicSelect/CD6434_musicselect_warning_map.bin
|
||||||
armips.exe compile.asm -sym mysym.sym
|
armips.exe compile.asm -sym mysym.sym
|
||||||
flips.exe --apply "Patch\Font Hack 4 - 1px spacer.ips" "Game\rh-eng.gba"
|
flips.exe --apply "Patch\Font Hack 4 - 1px spacer.ips" "Game\rh-eng.gba"
|
||||||
if %1 == 1 (
|
|
||||||
echo Debug Menu Activated
|
|
||||||
flips.exe --apply "Patch\Debug_Menu.ips" "Game\rh-eng.gba"
|
|
||||||
) else (
|
|
||||||
echo Debug Menu Not Activated
|
|
||||||
)
|
|
||||||
pause
|
pause
|
||||||
compile.bat %1
|
compile.bat %1
|
||||||
exit
|
exit
|
Loading…
Reference in New Issue