From a37c2ddf39001812cfd2b12b56f7031871b689db Mon Sep 17 00:00:00 2001 From: MegaMech Date: Thu, 7 Apr 2022 17:32:13 -0700 Subject: [PATCH] Update extract_assets.py --- OTRExporter/extract_assets.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OTRExporter/extract_assets.py b/OTRExporter/extract_assets.py index 4e781dcb7..4bad970cf 100755 --- a/OTRExporter/extract_assets.py +++ b/OTRExporter/extract_assets.py @@ -64,9 +64,11 @@ def checkChecksum(rom): print("Compatible roms:") for compat in CompatibleChecksums: print(compat.name+" | 0x"+compat.value) + input("Press Enter to quit the program") sys.exit(1) print("Wrong rom! No valid checksum found") + input("Press Enter to quit the program") sys.exit(1) def main(): @@ -81,6 +83,7 @@ def main(): if not (roms): print("Error: No roms located, place one in the OTRExporter directory", file=os.sys.stderr) + input("Press Enter to quit the program") sys.exit(1) if (len(roms) > 1):