Player Docs: Misc Rotation (#1710)

* rot docs

* comment

* diff

* spacing
This commit is contained in:
engineer124
2024-10-16 11:30:34 +11:00
committed by GitHub
parent f946162a89
commit 917d214951
5 changed files with 124 additions and 81 deletions
+2 -2
View File
@@ -2166,9 +2166,9 @@ s32 Player_OverrideLimbDrawGameplayCommon(PlayState* play, s32 limbIndex, Gfx**
s16 rotX;
s16 rotZ = 0x44C;
if (player->unk_AA8 != 0) {
if (player->upperLimbYawSecondary != 0) {
Matrix_RotateZS(rotZ, MTXMODE_APPLY);
Matrix_RotateYS(player->unk_AA8, MTXMODE_APPLY);
Matrix_RotateYS(player->upperLimbYawSecondary, MTXMODE_APPLY);
}
if (player->upperLimbRot.y != 0) {