Some more Hera Lobby

Also, Hookshot cave reverted as it doesnt work that way...
This commit is contained in:
StructuralMike
2021-03-08 11:20:07 +01:00
parent 3a75b2dafd
commit 8eca5bf79e
10 changed files with 45 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ def main(args=None):
['Std ', ' --mode standard'],
['Inv ', ' --mode inverted']]:
basecommand = f"python3.8 DungeonRandomizer.py --door_shuffle {args.dr} --intensity {args.tense} --suppress_rom --suppress_spoiler"
basecommand = f"py -3.8 DungeonRandomizer.py --door_shuffle {args.dr} --intensity {args.tense} --suppress_rom --suppress_spoiler"
def gen_seed():
taskcommand = basecommand + " " + command + mode[1]