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
+5 -5
View File
@@ -370,13 +370,13 @@ void daObj_Warpt_c::breakHuta(int arg1) {
switch (arg1) {
case 0:
dComIfGp_particle_set(dPa_name::ID_SCENE_8165, &m830);
dComIfGp_particle_set(dPa_name::ID_SCENE_8166, &m830);
dComIfGp_particle_set(dPa_name::ID_AK_SN_WARPPOTFIRE00, &m830);
dComIfGp_particle_set(dPa_name::ID_AK_SN_WARPPOTFIRE01, &m830);
break;
case 1:
fopAcM_seStart(this, JA_SE_OBJ_COL_BRK_WRAILING, 0);
dComIfGp_particle_set(dPa_name::ID_COMMON_03E5, &m830, NULL, NULL, 0xff, NULL, -1, &tevStr.mColorK0, &tevStr.mColorK0);
dComIfGp_particle_set(dPa_name::ID_IT_JN_TR_HAHEN_A, &m830, NULL, NULL, 0xff, NULL, -1, &tevStr.mColorK0, &tevStr.mColorK0);
#if VERSION > VERSION_DEMO
if (mpLidBgW != NULL && mpLidBgW->ChkUsed())
#endif
@@ -437,7 +437,7 @@ void daObj_Warpt_c::checkHitSE() {
/* 000010E0-00001178 .text modeOpenInit__13daObj_Warpt_cFv */
void daObj_Warpt_c::modeOpenInit() {
if (m844.getEmitter() == NULL) {
dComIfGp_particle_set(dPa_name::ID_SCENE_8161, &current.pos, NULL, NULL, 0xff, &m844, -1, &m86C, &m870);
dComIfGp_particle_set(dPa_name::ID_AK_SN_WARPPOTOPEN00, &current.pos, NULL, NULL, 0xff, &m844, -1, &m86C, &m870);
}
m858.remove();
}
@@ -449,7 +449,7 @@ void daObj_Warpt_c::modeOpen() {
/* 000011E8-00001258 .text modeCloseInit__13daObj_Warpt_cFv */
void daObj_Warpt_c::modeCloseInit() {
dComIfGp_particle_set(dPa_name::ID_SCENE_8162, &current.pos, NULL, NULL, 0xff, &m858, -1, &m86C, &m870);
dComIfGp_particle_set(dPa_name::ID_AK_SN_WARPPOTCLOSE00, &current.pos, NULL, NULL, 0xff, &m858, -1, &m86C, &m870);
}
/* 00001258-00001388 .text modeClose__13daObj_Warpt_cFv */