mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-09 21:51:32 -04:00
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:
+2
-2
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user