Documenting Player Utilities and Related

This commit is contained in:
Shmoopi
2024-11-03 17:19:48 +00:00
committed by Banjo Kazooie
parent 1772033ec8
commit 0d223bfc2b
78 changed files with 243 additions and 240 deletions

View File

@@ -260,7 +260,7 @@ void chSnowman_update(Actor *this){
){//L802E2318
if(0.0 < local->unk4){
if( (globalTimer_getTime() & 1)
|| func_8028ECAC() == BSGROUP_A_FLYING
|| player_movementGroup() == BSGROUP_A_FLYING
){//L802E236C
local->unk4 -= dt;
}