misc documentation

This commit is contained in:
Banjo Kazooie
2023-01-30 00:02:44 -06:00
parent da9a0109b5
commit cd146f444f
258 changed files with 2526 additions and 3594 deletions

View File

@@ -96,7 +96,7 @@ void func_80356CCC(Actor *this){
func_803569F0(this, (this->state < 5)? 1 : 6);
}//L80356D48
player_getPosition(sp5C);
sp58 = ml_vec3f_distance(this->position, sp5C);
sp58 = ml_distance_vec3f(this->position, sp5C);
if( this->state == 1){
if( sp58 < this->scale*400.0f
&& (map_get() != MAP_3C_RBB_KITCHEN || this->position_z < sp5C[2])
@@ -116,7 +116,7 @@ void func_80356CCC(Actor *this){
}
}//L80356E88
if(this->state == 3){
if(func_8025773C(&this->local, sp50)){
if(ml_timer_update(&this->local, sp50)){
func_803569F0(this, 4);
}
}//L80356EAC