File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ void Mod::buttonInputDisplay()
25
25
26
26
if (mButtonInputDisplayCounter > 360 )
27
27
{
28
- // Enable/Disable the Palace Skip info when button is held for 6 seconds
28
+ // Enable/Disable the Button Input Display when button is held for 6 seconds
29
29
mButtonInputDisplayEnabled = !mButtonInputDisplayEnabled ;
30
30
mButtonInputDisplayCounter = 0 ;
31
31
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void Mod::yoshiSkip()
44
44
45
45
if (mEnabledOrDisabledCounter > 360 )
46
46
{
47
- // Enable/Disable the Palace Skip info when button is held for 6 seconds
47
+ // Enable/Disable the Yoshi Skip info when button is held for 6 seconds
48
48
mYoshiSkipInfoEnabled = !mYoshiSkipInfoEnabled ;
49
49
mEnabledOrDisabledCounter = 0 ;
50
50
}
You can’t perform that action at this time.
0 commit comments