diff options
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ as -mcpu=arm7tdmi asm/emerald.s -ld -T ld_script.txt -o emerald.o a.out +ld -T ld_script.txt -T wram_syms.txt -o emerald.o a.out objcopy -O binary emerald.o emerald.gba fc /b base_emerald.gba emerald.gba |