pokeemerald/build.bat
2015-10-05 06:03:59 -07:00

5 lines
152 B
Batchfile

as -mcpu=arm7tdmi asm/emerald.s -Iasm
ld -T ld_script.txt -o emerald.o a.out
objcopy -O binary emerald.o emerald.gba
fc /b base_emerald.gba emerald.gba