From 061fa893eb46c1eac3d9de55f6ded86f33c9a281 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 20 Mar 2026 16:02:41 -0400 Subject: Replace particle enums with official names --- src/d/actor/d_a_ks.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/d/actor/d_a_ks.cpp') 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); } -- cgit v1.2.3