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
@@ -90,11 +90,11 @@ BOOL daObjKanat::Act_c::Execute(Mtx** pMtx) {
color.b = tevStr.mColorC0.b;
color.a = tevStr.mColorC0.a;
dComIfGp_particle_set(
dPa_name::ID_SCENE_82A2, &current.pos, &current.angle, NULL, 0xFF,
dPa_name::ID_AK_SN_KOKIRIHOUSEHAHEN00, &current.pos, &current.angle, NULL, 0xFF,
NULL, current.roomNo, &tevStr.mColorK0, &color
);
dComIfGp_particle_setToon(
dPa_name::ID_SCENE_A2A3, &current.pos, &current.angle, NULL, 0xB4,
dPa_name::ID_AK_ST_KOKIRIHOUSESMOKE00, &current.pos, &current.angle, NULL, 0xB4,
&mSmokeCb, current.roomNo, &tevStr.mColorK0, &color
);
}