Only override ownership for Bowser when tilting platform
This commit is contained in:
parent
2a17d9e831
commit
a4e3688812
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue