From b81f753d5f1e363f331a484b019f5a9c68a9c025 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 22 Feb 2013 00:19:01 +0100 Subject: update secret message to reflect APDebug updates --- src/koopatlas/starcoin.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src') 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); -- cgit v1.2.3