diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-30 16:06:34 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-30 16:06:34 -0500 |
commit | 8d41849c5ee92913cc49f14c4f82f6e39b5467db (patch) | |
tree | 8a11f1081bc5ff14863c28a2e99f398b468c15ad /src/koopatlas/core.cpp | |
parent | b5fe1a524fef4f4307e06757597ff3fe0317cac3 (diff) | |
download | kamek-8d41849c5ee92913cc49f14c4f82f6e39b5467db.tar.gz kamek-8d41849c5ee92913cc49f14c4f82f6e39b5467db.zip |
Minor fixes
Diffstat (limited to 'src/koopatlas/core.cpp')
-rw-r--r-- | src/koopatlas/core.cpp | 2 |
1 files changed, 1 insertions, 1 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() { |