summaryrefslogtreecommitdiff
path: root/extract_assets.py
diff options
context:
space:
mode:
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