SNIClient: run adjuster for new aplttp file type
This commit is contained in:
parent
d0a98949f5
commit
4558ac66fa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue