pokeemerald/build.bat

5 lines
163 B
Batchfile
Raw Normal View History

2015-10-08 11:03:14 +02:00
as -mcpu=arm7tdmi asm/emerald.s
2015-10-10 19:22:31 +02:00
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