summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/koopatlas/starcoin.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/koopatlas/starcoin.cpp b/src/koopatlas/starcoin.cpp
index 6993868..3da222b 100644
--- a/src/koopatlas/starcoin.cpp
+++ b/src/koopatlas/starcoin.cpp
@@ -497,20 +497,20 @@ void dWMStarCoin_c::executeState_Wait() {
L"hitboxes on our custom sprites",
L"and bosses suck less. Awesome,",
L"right?!",
- L"(Actually, I did it just to waste",
+ L"Actually, I did it just to waste",
L"some time, but it ended up being",
- L"pretty useful!)",
+ L"pretty useful!",
};
const int msgCount2 = 9;
static const wchar_t *msg2[msgCount2] = {
L"And yes, I know it doesn't show",
- L"some stuff properly, like rotated",
- L"objects. And it totally ignores",
- L"some types of collisions, like",
- L"platforms and mushrooms",
- L"and so on. Can't have it all, can",
- L"you? Wonder if Nintendo had",
+ L"a couple of things properly",
+ L"like round objects and rolling",
+ L"hills and so on.",
+ L"Can't have it all, can you?",
+ L"Wonder if Nintendo had",
L"something like this...",
+ L"",
L" Treeki, 9th February 2013",
};
showSecretMessage(L"Groovy!", msg, msgCount, msg2, msgCount2);