mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07: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