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
@@ -143,7 +143,7 @@ cPhs_State daYkgr_c::_create() {
if (m_emitter == NULL) {
fopAc_ac_c* player = dComIfGp_getPlayer(0);
current.pos = player->current.pos;
m_emitter = dComIfGp_particle_setProjection(dPa_name::ID_SCENE_C06D, &current.pos);
m_emitter = dComIfGp_particle_setProjection(dPa_name::ID_AK_SP_MTDRAGONKAGEROU, &current.pos);
if (m_emitter != NULL) {
m_emitter->setParticleCallBackPtr(&YkgrCB);
YkgrCB.setParam(-3.0f);