diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-09-12 14:29:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-13 00:29:20 +0300 |
| commit | f91257cc6206ab4b47c2509b3a747e2dc4fa84f9 (patch) | |
| tree | 3dee331bd06fccb27db6a9adcee9062f2dcba7c1 /src/d/actor/d_a_e_po.cpp | |
| parent | 8a3a6d29971e37c01025303af9931feea651af9c (diff) | |
npc_kakashi done (#2651)
Diffstat (limited to 'src/d/actor/d_a_e_po.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_po.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_e_po.cpp b/src/d/actor/d_a_e_po.cpp index 055e4cc761..3919daec07 100644 --- a/src/d/actor/d_a_e_po.cpp +++ b/src/d/actor/d_a_e_po.cpp @@ -1513,7 +1513,7 @@ static void e_po_limbering(e_po_class* i_this) { dComIfGp_event_reset(); daPy_getPlayerActorClass()->cancelOriginalDemo(); mRollDemoFlag = 2; - fopAcM_OffStatus(a_this, fopAcM_STATUS_UNK_004000); + fopAcM_OffStatus(a_this, fopAcM_STATUS_UNK_0x4000); i_this->field_0x74A[2] = 0; i_this->mActionID = ACT_ROLL_MOVE; i_this->mType = 0; @@ -1571,7 +1571,7 @@ static void e_po_roll_move(e_po_class* i_this) { if (mRollDemoFlag != 0) { anm_init(i_this, ANM_WAIT02, 10.0f, 2, 1.0f); i_this->field_0x74A[1] = 2; - fopAcM_OffStatus(a_this, fopAcM_STATUS_UNK_004000); + fopAcM_OffStatus(a_this, fopAcM_STATUS_UNK_0x4000); } else { anm_init(i_this, ANM_RUN_AFTER2, 10.0f, 2, 1.0f); i_this->field_0x74A[1] = 20; @@ -1602,7 +1602,7 @@ static void e_po_roll_move(e_po_class* i_this) { if (mRollPlus != 0) { if (i_this->mAnmID == ANM_AWAKE) { anm_init(i_this, ANM_WAIT02, 10.0f, 2, 1.0f); - fopAcM_OffStatus(a_this, fopAcM_STATUS_UNK_004000); + fopAcM_OffStatus(a_this, fopAcM_STATUS_UNK_0x4000); } i_this->field_0x7D4 = 0.0f; i_this->mType = 2; |
