1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 345 additions and 277 deletions

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