mirror of https://github.com/pret/pokeemerald.git
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
|