summaryrefslogtreecommitdiff
path: root/extract_assets.py
diff options
context:
space:
mode:
Diffstat (limited to 'extract_assets.py')
-rwxr-xr-xextract_assets.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/extract_assets.py b/extract_assets.py
index 7d3ed9d..404b49c 100755
--- a/extract_assets.py
+++ b/extract_assets.py
@@ -14,6 +14,8 @@ def BuildOTR():
shutil.copyfile("baserom/Audioseq", "Extract/Audioseq")
shutil.copyfile("baserom/Audiotable", "Extract/Audiotable")
+ shutil.copytree("assets", "Extract/assets")
+
execStr = "x64\\Release\\ZAPD.exe" if sys.platform == "win32" else "../ZAPD/ZAPD.out"
execStr += " botr -se OTR"
@@ -109,7 +111,7 @@ def main():
BuildOTR()
- # shutil.rmtree("Extract")
+ shutil.rmtree("Extract")
if __name__ == "__main__":
main() \ No newline at end of file