All Changes

This commit is contained in:
Moses Troyer
2025-08-16 17:15:49 +00:00
committed by Banjo Kazooie
parent fd208f77ca
commit c2dd933d22
389 changed files with 7824 additions and 6965 deletions

View File

@@ -42,8 +42,8 @@ s32 can_climb(void){
int can_dive(void){
return ability_hasLearned(ABILITY_F_DIVE)
&& !func_8029D66C()
&& 100.0f < func_80294500() - func_80294438();
&& !isPlayerInHazard()
&& 100.0f < floor_getCurrentFloorYPosition() - func_80294438();
}
s32 can_egg(void){
@@ -290,9 +290,9 @@ void func_8028B59C(void) {
sp24 = D_8037BF61;
if (D_8037BF61) {
D_8037BF61 = (func_80294554() && player_getYPosition() < ((func_80294500() - 50.0f) + 2.0f));
D_8037BF61 = (func_80294554() && player_getYPosition() < ((floor_getCurrentFloorYPosition() - 50.0f) + 2.0f));
} else {
D_8037BF61 = (func_80294554() && player_getYPosition() < ((func_80294500() - 50.0f) - 2.0f));
D_8037BF61 = (func_80294554() && player_getYPosition() < ((floor_getCurrentFloorYPosition() - 50.0f) - 2.0f));
}
if (map_get() == MAP_6_TTC_NIPPERS_SHELL) {
D_8037BF61 = FALSE;