summaryrefslogtreecommitdiff
path: root/src/koopatlas/starcoin.cpp
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2013-05-30 16:06:34 -0500
committerColin Noga <Tempus@chronometry.ca>2013-05-30 16:06:34 -0500
commit8d41849c5ee92913cc49f14c4f82f6e39b5467db (patch)
tree8a11f1081bc5ff14863c28a2e99f398b468c15ad /src/koopatlas/starcoin.cpp
parentb5fe1a524fef4f4307e06757597ff3fe0317cac3 (diff)
downloadkamek-8d41849c5ee92913cc49f14c4f82f6e39b5467db.tar.gz
kamek-8d41849c5ee92913cc49f14c4f82f6e39b5467db.zip
Minor fixes
Diffstat (limited to '')
-rw-r--r--src/koopatlas/starcoin.cpp4
1 files changed, 2 insertions, 2 deletions
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] = {