mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
5 lines
199 B
Batchfile
5 lines
199 B
Batchfile
as -mcpu=arm7tdmi asm/emerald.s -o emerald.o
|
|
ld -T ld_script.txt -T wram_syms.txt -o pokeemerald.elf emerald.o
|
|
objcopy -O binary pokeemerald.elf pokeemerald.gba
|
|
diff base_emerald.gba pokeemerald.gba
|