Re-updated the old asset extractor to support new colors

This commit is contained in:
Stardust Sauce 2022-04-14 00:54:16 -04:00
commit 35b5e6a7ea

View file

@ -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()
main()