summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_himo3.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-20 16:02:41 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-03-20 16:02:41 -0400
commit061fa893eb46c1eac3d9de55f6ded86f33c9a281 (patch)
tree2af696561f546013a17c96c6bc3155b683e19ccb /src/d/actor/d_a_himo3.cpp
parent70a0a15b353605bee794a204248f53bcb057673e (diff)
Replace particle enums with official names
Diffstat (limited to 'src/d/actor/d_a_himo3.cpp')
-rw-r--r--src/d/actor/d_a_himo3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_himo3.cpp b/src/d/actor/d_a_himo3.cpp
index b96dd8e7..23a7a670 100644
--- a/src/d/actor/d_a_himo3.cpp
+++ b/src/d/actor/d_a_himo3.cpp
@@ -496,7 +496,7 @@ static BOOL daHimo3_Execute(himo3_class* i_this) {
#if VERSION == VERSION_DEMO
i_this->demo_m20FC =
#endif
- dComIfGp_particle_set(dPa_name::ID_COMMON_01EA, &i_this->m1624, NULL, &fire_scale, 0xff, &i_this->m20FC);
+ dComIfGp_particle_set(dPa_name::ID_AK_JN_TORCH, &i_this->m1624, NULL, &fire_scale, 0xff, &i_this->m20FC);
#if VERSION == VERSION_DEMO
i_this->m2110 = 1;
#endif
@@ -552,7 +552,7 @@ static BOOL daHimo3_Execute(himo3_class* i_this) {
}
cXyz sp1C(i_this->m1624.x, DEMO_SELECT(i_this->m1624.y + REG0_F(7), i_this->m1624.y) + 20.0f, i_this->m1624.z);
- dComIfGp_particle_setSimple(dPa_name::ID_COMMON_4004, &sp1C);
+ dComIfGp_particle_setSimple(dPa_name::ID_AK_JP_O_KAGEROU00, &sp1C);
i_this->m1600.mPos = i_this->m1624;
i_this->m1600.mColor.r = 600;
i_this->m1600.mColor.g = 400;