Update compile.bat

This commit is contained in:
WindowsTiger 2019-04-15 22:41:45 +09:00 committed by GitHub
parent afa0297ada
commit 246c6c654d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -94,12 +94,7 @@ rhcomp.exe Graphics/MusicSelect/CD62EC_musicselect_map.bin
rhcomp.exe Graphics/MusicSelect/CD6434_musicselect_warning_map.bin
armips.exe compile.asm -sym mysym.sym
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
compile.bat %1
exit