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):
60
60
61
61
def NewGame2 ():
62
62
# New game selected. Next, select options.
63
- timeBuffer = 17
63
+ timeBuffer = 15
64
64
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" )
71
66
print ("3" )
72
67
memory .main .waitFrames (timeBuffer )
73
68
print ("2" )
@@ -76,7 +71,7 @@ def NewGame2():
76
71
memory .main .waitFrames (timeBuffer )
77
72
print ("GO!!! Good fortune!" )
78
73
print ("====================================" )
79
- print ("Reminder seed number :" , memory .main .rngSeed ())
74
+ print ("Set seed:" , memory .main .rngSeed ())
80
75
xbox .menuB ()
81
76
xbox .menuB ()
82
77
You can’t perform that action at this time.
0 commit comments