mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-17 02:36:55 -05:00
5 lines
163 B
Batchfile
5 lines
163 B
Batchfile
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
|