@@ -39,24 +39,24 @@ def setStartVars(self):
3939 self .lStrikeCount = 1 # Default 0
4040
4141 # ----RNG Manip
42- self .yellows = 0
43- self .confirmedSeedNum = 999
44- self .skipZanLuck = False
42+ self .yellows = 0 # ?
43+ self .confirmedSeedNum = 999 # ?
44+ self .skipZanLuck = False # ?
4545
4646 # ----Other
47- self .newGame = False
48- self .selfDestruct = False # Default False
49- self .YTKFarm = 0 # Default to 0
50- self .rescueCount = 0 # Default to 0
51- self .fluxOverkillVar = False # Default to False
52- self .tryNEVal = True # Based on
47+ self .newGame = False # ?
48+ self .selfDestruct = False # Default False
49+ self .YTKFarm = 0 # Default to 0
50+ self .rescueCount = 0 # Default to 0
51+ self .fluxOverkillVar = False # Default to False
52+ self .tryNEVal = True # Based on
5353 self .firstHits = [0 ] * 8
54- self .neArmorVal = 255 # Default 255
55- self .neBattles = 0 # Default to 0
56- self .neaZone = 0 # Decides which zone we charge Rikku in after reaching Zanarkand.
54+ self .neArmorVal = 255 # Default 255
55+ self .neBattles = 0 # Default to 0
56+ self .neaZone = 0 # Decides which zone we charge Rikku in after reaching Zanarkand.
5757
5858 # ----Nemesis variables, unused in any%
59- self .nemAPVal = 1 # Default to 1
59+ self .nemAPVal = 1 # Default to 1
6060 self .areaResults = [0 ] * 13
6161 self .speciesResults = [0 ] * 14
6262 self .originalResults = [0 ] * 7
0 commit comments