Replace particle enums with official names

This commit is contained in:
LagoLunatic
2026-03-20 16:02:41 -04:00
parent 70a0a15b35
commit 061fa893eb
166 changed files with 2137 additions and 2019 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ void shibuki_set(kn_class* i_this) {
JGeometry::TVec3<f32> s;
s.set(fVar1, fVar1, fVar1);
JPABaseEmitter* pJVar2 = dComIfGp_particle_set(dPa_name::ID_COMMON_0023, &i_this->actor.current.pos);
JPABaseEmitter* pJVar2 = dComIfGp_particle_set(dPa_name::ID_AK_JN_ELEMENTSHIBUKI00, &i_this->actor.current.pos);
if (pJVar2 != NULL) {
pJVar2->setRate(1.5f);
pJVar2->setSpread(1.0f);