summaryrefslogtreecommitdiff
path: root/src/d/d_tree.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-06-28 18:53:19 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-06-28 18:53:19 -0400
commit0bb5696cd89ce890b4543da9f46c2053ce6aec03 (patch)
tree90e19e11c40d7996ed231ac95ec715edd4dcc672 /src/d/d_tree.cpp
parent88a753265e537c7ee9b9b620f31e69f776b124ae (diff)
dMinigame_Starter_c::_execute match
Diffstat (limited to 'src/d/d_tree.cpp')
-rw-r--r--src/d/d_tree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_tree.cpp b/src/d/d_tree.cpp
index edfd3be1..7537356f 100644
--- a/src/d/d_tree.cpp
+++ b/src/d/d_tree.cpp
@@ -384,7 +384,7 @@ void dTree_data_c::animation(int i_roomNo) {
cXyz sp18;
MTXMultVec(anm->field_0x24, &l_particleOffset, &sp18);
- JPABaseEmitter* emitter = dComIfGp_particle_setToon(0x2022, &sp18, NULL, &l_scale, 0xAA, &mSmokeEcallback, i_roomNo, NULL, NULL, NULL);
+ JPABaseEmitter* emitter = dComIfGp_particle_setToon(dPa_name::ID_AK_JT_ELEMENTSMOKE00, &sp18, NULL, &l_scale, 0xAA, &mSmokeEcallback, i_roomNo, NULL, NULL, NULL);
if (emitter != NULL) {
emitter->setRate(20.0f);
emitter->setSpread(1.0f);
@@ -394,7 +394,7 @@ void dTree_data_c::animation(int i_roomNo) {
}
sp18.y -= 50.0f;
- dComIfGp_particle_set(0x3df, &sp18);
+ dComIfGp_particle_set(dPa_name::ID_IT_JN_HAPPA02, &sp18);
#if VERSION == VERSION_DEMO
dComIfGp_getVibration().StartShock(4, -0x21, cXyz(0.0f, 1.0f, 0.0f));