Misc fixes (#159)

* Fix `extract_assets` not properly checking if scenes files were updated

* fix `first_diff.py` path due to the baserom renaming

* FlexSkeletonHeader and other stuff

* fix some SkeletonHeader instead of FlexSkeletonHeader

* Add blob compilation to makefile

* CURRENT_DAY and type swaps

* Remove extra cast

* run format

* zbanks suggestions
This commit is contained in:
Anghelo Carvajal
2021-05-20 18:52:07 -04:00
committed by GitHub
parent 458dd13141
commit 062a813fba
20 changed files with 198 additions and 192 deletions
+2 -2
View File
@@ -34,10 +34,10 @@ diff_count = args.count
if args.make:
check_call(["make", "-j4", "COMPARE=0"])
baseimg = f"expected/rom_uncompressed.z64"
baseimg = f"expected/mm.us.rev1.rom_uncompressed.z64"
basemap = f"expected/build/mm.map"
myimg = f"rom_uncompressed.z64"
myimg = f"mm.us.rev1.rom_uncompressed.z64"
mymap = f"build/mm.map"
if not os.path.isfile(baseimg):