1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00
This commit is contained in:
Blake Warner 2022-02-09 12:30:30 -05:00
parent 3b122b510c
commit 48d8b50ce4

View File

@ -55,7 +55,7 @@ def build():
subprocess.check_call([sys.executable, str('tools/extract_missing_assets.py')])
subprocess.check_call([sys.executable, str('tools/create_luts.py')])
subprocess.check_call([sys.executable, str('tools/mark_segments.py')])
subprocess.check_call([sys.executable, str('tools/extract_z64_variables.py')])
#subprocess.check_call([sys.executable, str('tools/extract_z64_variables.py')])
print("Finished asset extraction and parsing")