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
@@ -98,8 +98,8 @@ BOOL daFloor_c::Execute(Mtx**) {
/* 00000548-00000640 .text set_effect__9daFloor_cFv */
void daFloor_c::set_effect() {
dComIfGp_particle_set(dPa_name::ID_SCENE_81A6, &current.pos, &current.angle);
JPABaseEmitter* emtr = dComIfGp_particle_set(dPa_name::ID_COMMON_2027, &current.pos, &current.angle, NULL, 255, &mSmokeCallBack, fopAcM_GetRoomNo(this));
dComIfGp_particle_set(dPa_name::ID_AK_SN_KAZEBREAKFLOOR00, &current.pos, &current.angle);
JPABaseEmitter* emtr = dComIfGp_particle_set(dPa_name::ID_AK_JT_ELEMENTSMOKE01, &current.pos, &current.angle, NULL, 255, &mSmokeCallBack, fopAcM_GetRoomNo(this));
if (emtr != NULL) {
emtr->setRate(30);
emtr->setMaxFrame(1);