Skip to content

Commit d1d3121

Browse files
committed
Change incorrect comments
Dumb mistakes caused by copy-pasting.
1 parent f4c6961 commit d1d3121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ttyd-tools/rel/source/codes/ButtonInputDisplayC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void Mod::buttonInputDisplay()
2525

2626
if (mButtonInputDisplayCounter > 360)
2727
{
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
2929
mButtonInputDisplayEnabled = !mButtonInputDisplayEnabled;
3030
mButtonInputDisplayCounter = 0;
3131
}

ttyd-tools/rel/source/tricks/YoshiSkipC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void Mod::yoshiSkip()
4444

4545
if (mEnabledOrDisabledCounter > 360)
4646
{
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
4848
mYoshiSkipInfoEnabled = !mYoshiSkipInfoEnabled;
4949
mEnabledOrDisabledCounter = 0;
5050
}

0 commit comments

Comments
 (0)