Document Player's bgcheck routine (func_80847BA0) (#1503)

* progress

* progress

* progress

* done for now

* floor pitch comments

* sYDistToFloor

* add function comment

* sFloorShapePitch

* typo in header
This commit is contained in:
fig02
2023-09-06 13:15:07 -04:00
committed by GitHub
parent 527c3ba704
commit bedf07d541
3 changed files with 345 additions and 277 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ void func_8087B758(BgHaka* this, Player* player) {
func_8002DBD0(&this->dyna.actor, &sp1C, &player->actor.world.pos);
if (fabsf(sp1C.x) < 34.6f && sp1C.z > -112.8f && sp1C.z < -36.0f) {
player->stateFlags2 |= PLAYER_STATE2_9;
player->stateFlags2 |= PLAYER_STATE2_FORCE_SAND_FLOOR_SOUND;
}
}
File diff suppressed because it is too large Load Diff