document ba/carry, ba/drone and ba/falldamage

This commit is contained in:
Banjo Kazooie
2024-06-17 01:10:20 -05:00
parent 092de6aae3
commit 4c7da41508
41 changed files with 476 additions and 435 deletions

View File

@@ -93,7 +93,7 @@ void bspumpkin_idle_update(void) {
next_state = BS_4B_PUMPKIN_FALL;
}
if (func_80294F78()) {
next_state = func_802926C0();
next_state = badrone_look();
}
if (func_8029B300() > 0) {
next_state = BS_49_PUMPKIN_WALK;
@@ -291,7 +291,7 @@ void bspumpkin_fall_update(void) {
}
if (func_8028B2E8() && ((func_8029B300() > 0) || (D_8037D4E0 == 2 && animctrl_isStopped(anim_ctrl)))) {
if (miscflag_isTrue(0x19)) {
next_state = func_80292738();
next_state = badrone_transform();
} else {
next_state = BS_48_PUMPKIN_IDLE;
}