mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Only override ownership for Bowser when tilting platform
This commit is contained in:
parent
2a17d9e831
commit
a4e3688812
1 changed files with 0 additions and 6 deletions
|
|
@ -1297,12 +1297,6 @@ void bhv_bowser_loop(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void bhv_bowser_override_ownership(u8* shouldOverride, u8* shouldOwn) {
|
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
|
// tilting platform
|
||||||
static u8 tiltingTimer = 0;
|
static u8 tiltingTimer = 0;
|
||||||
if (o->oAction == 19) { tiltingTimer = 5; }
|
if (o->oAction == 19) { tiltingTimer = 5; }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue