diff --git a/OTRExporter/extract_assets_old.py b/OTRExporter/extract_assets_old.py index 2922bbf06..0486ce9af 100644 --- a/OTRExporter/extract_assets_old.py +++ b/OTRExporter/extract_assets_old.py @@ -15,6 +15,7 @@ def BuildOTR(): shutil.copyfile("baserom/Audiotable", "Extract/Audiotable") shutil.copytree("assets", "Extract/assets") + shutil.copytree("colors", "Extract/colors") execStr = "x64\\Release\\ZAPD.exe" if sys.platform == "win32" else "../ZAPD/ZAPD.out" @@ -122,4 +123,4 @@ def main(): shutil.rmtree("Extract") if __name__ == "__main__": - main() \ No newline at end of file + main()