baanim.h documentation

This commit is contained in:
Banjo Kazooie
2023-02-17 20:08:45 -06:00
parent 1c4d1b54cd
commit 1aff1a433a
87 changed files with 904 additions and 850 deletions

View File

@@ -352,13 +352,13 @@ void func_80293F0C(void){
if(D_8037C278 && D_8037C218[1] < (func_8031C5E4(D_8037C200) - 70.0f)){
func_80294384(3);
if(D_8037C279 && func_80297AAC() < 0.0f) {
if(D_8037C279 && _get_vertVelocity() < 0.0f) {
player_setYVelocity(-1.0f);
}
}
else if(D_8037C279){
func_80294390();
if (func_80297AAC() < 0.0f) {
if (_get_vertVelocity() < 0.0f) {
player_setYVelocity(-1.0f);
}
} else {