diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-14 20:52:47 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-14 20:52:47 -0400 |
| commit | be7b6b1e77c990f33e7ea46759fbe12966b9fcad (patch) | |
| tree | 2e471d62e543a62707864b33a16b8a0ba7e86c3c /src/d/actor/d_a_bmdhand.cpp | |
| parent | 37865be5b5e96f6a00421c2fc844fb081b91d215 (diff) | |
bmd closer, kokiie rodata fix
Diffstat (limited to 'src/d/actor/d_a_bmdhand.cpp')
| -rw-r--r-- | src/d/actor/d_a_bmdhand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bmdhand.cpp b/src/d/actor/d_a_bmdhand.cpp index b5a81163..47fda916 100644 --- a/src/d/actor/d_a_bmdhand.cpp +++ b/src/d/actor/d_a_bmdhand.cpp @@ -467,7 +467,7 @@ void hand_move(bmdhand_class* i_this) { hand_s* pcVar9 = i_this->m324; if (boss != NULL) { - actor->current.angle.y = ((u16)actor->base.mParameters & 0x1f) * -0xccc + REG8_S(4) + -13000 + boss->actor.shape_angle.y; + actor->current.angle.y = (fopAcM_GetParam(actor) & 0x1f) * -0xccc + REG8_S(4) + -13000 + boss->actor.shape_angle.y; MTXCopy(boss->mpMorf->mpModel->getAnmMtx(boss_joint_d[(actor->base.mParameters & 0x1fU)]), *calc_mtx); local_40.x = REG14_F(6); local_40.y = REG14_F(7); |
