Update extract_assets.py

This commit is contained in:
MegaMech 2022-04-07 05:32:28 -07:00 committed by GitHub
commit 2f9519227e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ def main():
xmlVer = "GC_NMQ_PAL_F"
elif (args.version == "dbg_mq"):
xmlVer = "GC_MQ_D"
romVer = "..\\soh\\baserom_mq.z64"
romPath = "..\\soh\\baserom_mq.z64"
if (os.path.exists("Extract")):
shutil.rmtree("Extract")