summaryrefslogtreecommitdiff
path: root/src/koopatlas
diff options
context:
space:
mode:
Diffstat (limited to 'src/koopatlas')
-rw-r--r--src/koopatlas/core.cpp2
-rw-r--r--src/koopatlas/starcoin.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp
index c6b0aef..40776c8 100644
--- a/src/koopatlas/core.cpp
+++ b/src/koopatlas/core.cpp
@@ -1089,7 +1089,7 @@ static const wchar_t *completionMsgs[] = {
L"You have collected all the\nnecessary \x0B\x014F\xBEEF coins to enter\nthe Special World!",
L"You have collected all the \x0B\x014F\xBEEF Star\nCoins in the game!",
L"You've found every \x0B\x013B\xBEEF exit in the\ngame!",
- L"You've completed everything in\nNEWER SUPER MARIO BROS. Wii!"
+ L"You've completed everything in\nNEWER SUPER MARIO BROS. Wii!\n\nWe present you a new quest.\nTry pressing \x0B\x0122\xBEEF, \x0B\x0123\xBEEF and \x0B\x0125\xBEEF\n on the Star Coin menu."
};
void dScKoopatlas_c::beginState_CompletionMsg() {
diff --git a/src/koopatlas/starcoin.cpp b/src/koopatlas/starcoin.cpp
index 5725ceb..8cb819b 100644
--- a/src/koopatlas/starcoin.cpp
+++ b/src/koopatlas/starcoin.cpp
@@ -447,14 +447,14 @@ void dWMStarCoin_c::executeState_Wait() {
const int lineCountOn = 9, lineCountOff = 2;
static const wchar_t *linesOn[lineCountOn] = {
- L"You've activated Hard Mode",
+ L"You've activated Hard Mode!",
L" ",
L"In Hard Mode, Mario will die",
L"any time he takes damage, and",
L"the timer will be more strict.",
L" ",
L"So treasure your Yoshi, and",
- L"and hold on to your hats, you're",
+ L"hold on to your hat, you're",
L"in for a wild ride!",
};
static const wchar_t *linesOff[lineCountOff] = {