summaryrefslogtreecommitdiff
path: root/build.bat
blob: 890feac0dae76b309c032d116f7957f8e3429f79 (plain)
1
2
3
4
as -mcpu=arm7tdmi asm/emerald.s
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