Some doc/cleanup for code_B1400.c, fixed incorrect setting name in yaml

This commit is contained in:
Mr-Wiseguy
2022-11-30 19:21:13 -05:00
parent a59989f088
commit 0ffe8f35a2
5 changed files with 514 additions and 552 deletions

View File

@@ -37,7 +37,7 @@ if args.make:
baseimg = f"decompressed.us.v10.z64"
basemap = f"decompressed.map"
myimg = f"build/us.v10/banjo.us.v10.z64"
myimg = f"build/us.v10/banjo.us.v10.uncompressed.z64"
mymap = f"build/us.v10/banjo.us.v10.map"
if not os.path.isfile(baseimg):