mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
5 lines
152 B
Batchfile
5 lines
152 B
Batchfile
|
as -mcpu=arm7tdmi asm/emerald.s -Iasm
|
||
|
ld -T ld_script.txt -o emerald.o a.out
|
||
|
objcopy -O binary emerald.o emerald.gba
|
||
|
fc /b base_emerald.gba emerald.gba
|