All Changes
This commit is contained in:
committed by
Banjo Kazooie
parent
fd208f77ca
commit
c2dd933d22
@@ -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;
|
||||
|
Reference in New Issue
Block a user