diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-20 16:02:41 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-20 16:02:41 -0400 |
| commit | 061fa893eb46c1eac3d9de55f6ded86f33c9a281 (patch) | |
| tree | 2af696561f546013a17c96c6bc3155b683e19ccb /src/d/actor/d_a_ks.cpp | |
| parent | 70a0a15b353605bee794a204248f53bcb057673e (diff) | |
Replace particle enums with official names
Diffstat (limited to 'src/d/actor/d_a_ks.cpp')
| -rw-r--r-- | src/d/actor/d_a_ks.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_ks.cpp b/src/d/actor/d_a_ks.cpp index 7294989e..e06f33b8 100644 --- a/src/d/actor/d_a_ks.cpp +++ b/src/d/actor/d_a_ks.cpp @@ -148,7 +148,7 @@ void naraku_check(ks_class* i_this) { local_18.setall(0.5f); i_this->m52C.remove(); - dComIfGp_particle_setShipTail(dPa_name::ID_COMMON_0033, &i_this->current.pos, NULL, &local_18, 0xFF, &i_this->m52C); + dComIfGp_particle_setShipTail(dPa_name::ID_AK_JN_HAMON00, &i_this->current.pos, NULL, &local_18, 0xFF, &i_this->m52C); i_this->m52C.setRate(0.0f); } @@ -292,7 +292,7 @@ BOOL body_atari_check(ks_class* i_this) { } mParticleScale.setall(REG8_F(0) + 0.8f); - dComIfGp_particle_set(dPa_name::ID_COMMON_NORMAL_HIT, &mTgHitPos, &player->shape_angle, &mParticleScale); + dComIfGp_particle_set(dPa_name::ID_AK_JN_OK, &mTgHitPos, &player->shape_angle, &mParticleScale); break; } @@ -346,7 +346,7 @@ BOOL body_atari_check(ks_class* i_this) { } default: { mParticleScale.setall(REG8_F(0) + 0.8f); - dComIfGp_particle_set(dPa_name::ID_COMMON_NORMAL_HIT, &mTgHitPos, &player->shape_angle, &mParticleScale); + dComIfGp_particle_set(dPa_name::ID_AK_JN_OK, &mTgHitPos, &player->shape_angle, &mParticleScale); break; } } @@ -671,7 +671,7 @@ void dead_eff_set(ks_class* i_this, cXyz* i_pos) { else { fopAcM_seStart(i_this, JA_SE_CM_KS_DIE, 0); - dComIfGp_particle_setSimple(dPa_name::ID_SCENE_8068, i_pos); + dComIfGp_particle_setSimple(dPa_name::ID_IT_SN_O_KUROBOU_SIBOU00, i_pos); gm_birth_delet(i_this); } |
