Only override ownership for Bowser when tilting platform

This commit is contained in:
MysterD 2020-09-27 00:15:43 -07:00
parent af37d1d38d
commit 1e465ffb12
1 changed files with 0 additions and 6 deletions

View File

@ -1297,12 +1297,6 @@ void bhv_bowser_loop(void) {
}
void bhv_bowser_override_ownership(u8* shouldOverride, u8* shouldOwn) {
// waiting for text / walking up
if (o->oAction == 5 || o->oAction == 6) {
*shouldOverride = TRUE;
*shouldOwn = FALSE;
}
// tilting platform
static u8 tiltingTimer = 0;
if (o->oAction == 19) { tiltingTimer = 5; }