File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -663,7 +663,7 @@ def __init__(self, top=None):
663663 self .RadioButton_UseSettings .configure (command = self .prepareSettingsAndSeed )
664664 self .RadioButton_UseSeed .configure (command = self .prepareSettingsAndSeed )
665665 self .Button_CreateRom .configure (command = self .attemptRandomize )
666- for i in range (min ( len (Optional_Rulesets ), 13 )):
666+ for i in range (len (Optional_Rulesets )):
667667 self .CheckButtons [i ].configure (command = self .prepareSettingsFromDependencies )
668668 self .prepareSettingsFromDependencies ()
669669
@@ -829,7 +829,7 @@ def showAboutPopup(self):
829829 showinfo ("About" , About_Page_Text )
830830
831831 def showSRMPopup (self ):
832- showinfo ("Simple Randomizer Maker v1.26a " , "This was made using\n Mips96's Simple Randomizer Maker.\n \n https://github.com/Mips96/SimpleRandomizerMaker" )
832+ showinfo ("Simple Randomizer Maker v1.26b " , "This was made using\n Mips96's Simple Randomizer Maker.\n \n https://github.com/Mips96/SimpleRandomizerMaker" )
833833
834834# ======================================================
835835# Support code for Balloon Help (also called tooltips).
You can’t perform that action at this time.
0 commit comments