File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ def setStartVars(self):
1414 self .csrValue = True # Set automatically on new game. For testing (loading a save file) set for your environment.
1515 self .nemesisValue = False # Set based on if you're doing any% (False) or Nemesis% (True)
1616 self .forceLoop = False # After game is finished, start again on next seed.
17- self .blitzLoop = True # Loop on the same seed immediately after Blitzball.
18- self .blitzLossForceReset = False # True = reset after blitz loss
17+ self .blitzLoop = False # Loop on the same seed immediately after Blitzball.
18+ self .blitzLossForceReset = True # True = reset after blitz loss
1919 self .setSeed = True # If you are using Rossy's patch, set to True. Otherwise set to False
2020 self .kilikaSkip = True # True == Tidus OD on Evrae instead of Seymour. New strat.
21- self .perfectAeonKills = True # Before YuYevon, True is slower but more swag.
21+ self .perfectAeonKills = False # Before YuYevon, True is slower but more swag.
2222 self .marathonSafeFlag = True # NEA drop will advance in memory if we are behind. Only use for marathon safety, not for legit runs.
2323
2424 # ----Blitzball
You can’t perform that action at this time.
0 commit comments