2019-04-19 01:15:38 +01:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
:compile
|
2020-01-02 18:42:09 +00:00
|
|
|
del "ROM\rh-atlus.gba"
|
|
|
|
copy "ROM\rh-jpn.gba" "ROM\rh-atlus.gba"
|
|
|
|
Compile\atlas.exe "ROM\rh-atlus.gba" "EN_SourceCode\script.txt"
|
|
|
|
Compile\armips.exe Compile/ASM/compile.asm
|
|
|
|
Compile\flips.exe "Compile\Font Hack 4 - 1px spacer.ips" "ROM\rh-eng.gba"
|
2019-04-19 01:15:38 +01:00
|
|
|
pause
|
|
|
|
goto compile
|