From 4558ac66fa6bb6d25ff7abea8bd0c1239a153045 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 28 May 2022 19:04:40 +0200 Subject: [PATCH] SNIClient: run adjuster for new aplttp file type --- SNIClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SNIClient.py b/SNIClient.py index ff56595a..01042401 100644 --- a/SNIClient.py +++ b/SNIClient.py @@ -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: