1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 21:05:12 +00:00

Player doc: some rotation logic/data (#1443)

* Docs: some player rotation logic/data

* Improve misleading comment

* rename temps

* unk_6AE_rotFlags

* format

* disasm metadata
This commit is contained in:
Dragorn421 2024-10-10 02:22:52 +02:00 committed by GitHub
parent 621b8f38c5
commit ba9c60552b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 169 additions and 140 deletions

View file

@ -1098,7 +1098,7 @@ int func_8002DD6C(Player* player) {
}
int func_8002DD78(Player* player) {
return func_8002DD6C(player) && player->unk_834;
return func_8002DD6C(player) && (player->unk_834 != 0);
}
int func_8002DDA8(PlayState* play) {