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
@@ -293,7 +293,7 @@ int daNpc_Fa1_c::createInit() {
setPointLightParam();
dKy_efplight_set(&mPointLight);
}
JPABaseEmitter* pJVar4 = dComIfGp_particle_set(dPa_name::ID_COMMON_0052, &current.pos, NULL,
JPABaseEmitter* pJVar4 = dComIfGp_particle_set(dPa_name::ID_AK_JN_CUREFAIRY00, &current.pos, NULL,
NULL, 0xFF, &mSparklePtclCallback);
mpEmitter = pJVar4;
return TRUE;