diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/koopatlas/core.cpp | 2 | ||||
-rw-r--r-- | src/prolog.S | 2 | ||||
-rw-r--r-- | src/shyguy.cpp | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index 444c2a0..6618650 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -1083,7 +1083,7 @@ void dScKoopatlas_c::showSaveWindow() { static const wchar_t *completionMsgs[] = { L"The most erudite of Buttocks", - L"You've collected all of\nthe \x0B\x014F\xBEEF Star Coins in", + L"You've collected all of\nthe \x0B\x014F\xBEEF Star Coins in\n", L"You have gotten every \x0B\x013B\xBEEF exit\nin", L"You have gotten everything\nin", L"You have collected all the\nnecessary \x0B\x014F\xBEEF coins to enter\nthe Special World!", diff --git a/src/prolog.S b/src/prolog.S index 09aaa78..7d7e40b 100644 --- a/src/prolog.S +++ b/src/prolog.S @@ -61,7 +61,7 @@ startLoop: .data PMsg: - .string "Newer Super Mario Bros. Wii - Hacks by Treeki and Tempus 2009-2013\nNewer Release Candidate 04 - v1011\n.ctors: %p - %p\n" + .string "Newer Super Mario Bros. Wii - Hacks by Treeki and Tempus 2009-2013\nNewer Release Candidate 05 - v1012\n.ctors: %p - %p\n" PMsg2: .string "%d inits called\n" diff --git a/src/shyguy.cpp b/src/shyguy.cpp index cd412b9..c13b13e 100644 --- a/src/shyguy.cpp +++ b/src/shyguy.cpp @@ -1014,6 +1014,7 @@ void daShyGuy::updateModelMatrices() { this->timer = 0; } void daShyGuy::executeState_Judo() { + calculateTileCollisions(); // chargin 476? 673? 760? 768? 808? 966? if (this->timer == 0) { bindAnimChr_and_setUpdateRate("c18_OB_IDLE_R", 1, 0.0, 1.0); } @@ -1094,6 +1095,7 @@ void daShyGuy::updateModelMatrices() { spikeTurn = 0; } void daShyGuy::executeState_Spike() { + calculateTileCollisions(); if (this->timer == 0) { bindAnimChr_and_setUpdateRate("c18_OB_IDLE_R", 1, 0.0, 1.0); } |