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
+2 -2
View File
@@ -139,7 +139,7 @@ void daObjEbomzo::Act_c::check() {
const u8 r = tevStr.mColorK0.r;
const u8 g = tevStr.mColorK0.g;
const u8 b = tevStr.mColorK0.b;
mpParticleEmitter = dComIfGp_particle_set(dPa_name::ID_SCENE_828E, &current.pos, &current.angle);
mpParticleEmitter = dComIfGp_particle_set(dPa_name::ID_AK_SN_BIRDSTATUEHAHEN00, &current.pos, &current.angle);
if (mpParticleEmitter) mpParticleEmitter->setGlobalPrmColor(r, g, b);
}
}
@@ -164,7 +164,7 @@ void daObjEbomzo::Act_c::demo() {
mpParticleEmitter = NULL;
}
dComIfGp_particle_set(dPa_name::ID_SCENE_828F, &current.pos, &current.angle);
dComIfGp_particle_set(dPa_name::ID_AK_SN_BIRDSTATUESPLASH00, &current.pos, &current.angle);
}
}