pokeemerald/build.bat

5 lines
184 B
Batchfile
Raw Normal View History

2015-11-14 06:57:22 +01:00
as -mcpu=arm7tdmi asm/emerald.s -o emerald.o
ld -T ld_script.txt -T wram_syms.txt -o emerald.elf emerald.o
objcopy -O binary emerald.elf emerald.gba
fc /b base_emerald.gba emerald.gba