diff options
author | Treeki <treeki@gmail.com> | 2013-02-22 00:19:01 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-22 00:19:01 +0100 |
commit | b81f753d5f1e363f331a484b019f5a9c68a9c025 (patch) | |
tree | a67cc7c060c3711db18619431fdcfb6f0b6d4178 /src/koopatlas | |
parent | 17401978c44e6efbe27d9676d045bec266bbd6a9 (diff) | |
download | kamek-b81f753d5f1e363f331a484b019f5a9c68a9c025.tar.gz kamek-b81f753d5f1e363f331a484b019f5a9c68a9c025.zip |
update secret message to reflect APDebug updates
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/starcoin.cpp | 16 |
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); |