summaryrefslogtreecommitdiff
path: root/extract_assets.py
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2023-10-20 20:16:05 -0400
committerGitHub <noreply@github.com>2023-10-20 20:16:05 -0400
commit717ae786632e3f3e5f32a12dc0ecd86958593a8b (patch)
tree009e0fc55f6f56677ce36971b29f71c018c7d314 /extract_assets.py
parent89de1472606b101a25d489d3e01f1769d3bc186c (diff)
Fixes for new ZAPD (#8)master
* Fixes for new ZAPD * Vertex fix * remove MSVC Hack --------- Co-authored-by: Nicholas Estelami <NEstelami@users.noreply.github.com>
Diffstat (limited to 'extract_assets.py')
-rwxr-xr-xextract_assets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract_assets.py b/extract_assets.py
index c6d5282..cf4cbfe 100755
--- a/extract_assets.py
+++ b/extract_assets.py
@@ -14,7 +14,7 @@ def BuildOTR(xmlPath, rom, zapd_exe=None, genHeaders=None):
if not zapd_exe:
zapd_exe = "x64\\Release\\ZAPD.exe" if sys.platform == "win32" else "../ZAPDTR/ZAPD.out"
- exec_cmd = [zapd_exe, "ed", "-i", xmlPath, "-b", rom, "-fl", "CFG/filelists",
+ exec_cmd = [zapd_exe, "ed", "-eh", "-i", xmlPath, "-b", rom, "-fl", "CFG/filelists",
"-o", "placeholder", "-osf", "placeholder", "-rconf", "CFG/Config.xml"]
# generate headers, but not otrs by excluding the otr exporter