mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 22:03:36 -07:00
Update extract_assets.py
This commit is contained in:
parent
4f1fe0189c
commit
2f9519227e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue