mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 15:57:29 -05:00
5 lines
184 B
Batchfile
5 lines
184 B
Batchfile
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
|