File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,9 @@ def NewGame(Gamestate):
6060
6161def NewGame2 ():
6262 # New game selected. Next, select options.
63- timeBuffer = 17
63+ timeBuffer = 15
6464 print ("====================================" )
65- print ("Countdown timer!!!" )
66- memory .main .waitFrames (timeBuffer )
67- print ("5" )
68- memory .main .waitFrames (timeBuffer )
69- print ("4" )
70- memory .main .waitFrames (timeBuffer )
65+ print ("Starting in" )
7166 print ("3" )
7267 memory .main .waitFrames (timeBuffer )
7368 print ("2" )
@@ -76,7 +71,7 @@ def NewGame2():
7671 memory .main .waitFrames (timeBuffer )
7772 print ("GO!!! Good fortune!" )
7873 print ("====================================" )
79- print ("Reminder seed number :" , memory .main .rngSeed ())
74+ print ("Set seed:" , memory .main .rngSeed ())
8075 xbox .menuB ()
8176 xbox .menuB ()
8277
You can’t perform that action at this time.
0 commit comments