more diagonal wipes, upgraded diamond wipe, some refactoring

This commit is contained in:
4am
2019-10-18 14:00:25 -04:00
parent e1bcdc25b5
commit 4fa2057c88
11 changed files with 314 additions and 1268 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ asmlauncher:
$(ACME) -r build/4cade.lst -DBUILDNUMBER=`git rev-list --count HEAD` -DRELBASE=`cat build/relbase.log | grep "RELBASE =" | cut -d"=" -f2 | cut -d"(" -f2 | cut -d")" -f1` src/4cade.a
asmfx:
for f in src/fx/*.a; do grep "^\!to" $${f} >/dev/null && $(ACME) $${f} >> build/log; done
for f in src/fx/*.a; do grep "^\!to" $${f} >/dev/null && $(ACME) $${f} >> build/log || true; done
asmprelaunch:
for f in src/prelaunch/*.a; do grep "^\!to" $${f} >/dev/null && $(ACME) $${f} >> build/log; done