gba/release-roms.bat
2022-12-22 22:33:59 -07:00

8 lines
321 B
Batchfile

cargo build --examples --release
arm-none-eabi-objcopy -O binary target/thumbv4t-none-eabi/release/examples/hello target/hello.gba
gbafix -p -thello -cHELO -mRS target/hello.gba
arm-none-eabi-objcopy -O binary target/thumbv4t-none-eabi/release/examples/game target/game.gba
gbafix -p -tgame -cGAME -mRS target/game.gba