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_sm2.cpp | |
| parent | 8a3a6d29971e37c01025303af9931feea651af9c (diff) | |
npc_kakashi done (#2651)
Diffstat (limited to 'src/d/actor/d_a_e_sm2.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_sm2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_sm2.cpp b/src/d/actor/d_a_e_sm2.cpp index 47d48c5236..d1d7fd07f2 100644 --- a/src/d/actor/d_a_e_sm2.cpp +++ b/src/d/actor/d_a_e_sm2.cpp @@ -955,7 +955,7 @@ static void damage_check(e_sm2_class* i_this) { i_this->isPiece = TRUE; actor->speed.y = 20.0f + BREG_F(6); i_this->field_0xfd4 = 1; - fopAcM_OffStatus(actor, fopAcM_STATUS_UNK_000100); + fopAcM_OffStatus(actor, fopAcM_STATUS_UNK_0x100); } return; } |
