SNIClient: run adjuster for new aplttp file type

This commit is contained in:
Fabian Dill
2022-05-28 19:04:40 +02:00
committed by KonoTyran
parent d0a98949f5
commit 4558ac66fa

View File

@@ -1300,7 +1300,7 @@ async def main():
import time
time.sleep(3)
sys.exit()
elif args.diff_file.endswith((".apbp", "apz3")):
elif args.diff_file.endswith((".apbp", ".apz3", ".aplttp")):
adjustedromfile, adjusted = get_alttp_settings(romfile)
asyncio.create_task(run_game(adjustedromfile if adjusted else romfile))
else: