Final Smash on FireRed baserom.gba

This commit is contained in:
PikalaxALT
2019-12-18 09:07:53 -05:00
parent 2f1285e439
commit 34378fe3fb
8 changed files with 1 additions and 456 deletions
-4
View File
@@ -25,10 +25,6 @@ matrix:
- g++-7
env: _="Build"
script:
- head -c 16777216 /dev/zero > tmp.bin
- make ips_patch -C tools/br_ips
- tools/br_ips/ips_patch tmp.bin baserom.ips baserom.gba
- rm tmp.bin
- make tools CXX=g++-7
- make -j2 compare
after_success: