diff options
| author | sitton76 <58642183+sitton76@users.noreply.github.com> | 2025-05-19 22:45:08 -0500 |
|---|---|---|
| committer | sitton76 <58642183+sitton76@users.noreply.github.com> | 2025-05-19 22:45:08 -0500 |
| commit | 6794a94e4d1eee5f3cb17534ccb0e20d08700164 (patch) | |
| tree | 29c61cc845f74942c510d303317eebee3e665785 /src | |
| parent | 99dc81988affeed0d2dbc8fa0cb864be3afd7cae (diff) | |
Bowser castle statue flame interpolated.
Diffstat (limited to 'src')
| -rw-r--r-- | src/render_objects.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render_objects.c b/src/render_objects.c index 9a8c7400a..82922b11f 100644 --- a/src/render_objects.c +++ b/src/render_objects.c @@ -3810,6 +3810,7 @@ void render_object_bowser_flame_particle(s32 objectIndex, s32 cameraId) { camera = &camera1[cameraId]; if (gMatrixHudCount <= MTX_HUD_POOL_SIZE_MAX) { object = &gObjectList[objectIndex]; + FrameInterpolation_RecordOpenChild("Bowser Statue Flame", TAG_ITEM_ADDR(object)); if (object->unk_0D5 == 9) { func_8004B72C(0xFF, (s32) object->type, 0, (s32) object->unk_0A2, 0, 0, (s32) object->primAlpha); } else { @@ -3817,6 +3818,7 @@ void render_object_bowser_flame_particle(s32 objectIndex, s32 cameraId) { } D_80183E80[1] = func_800418AC(object->pos[0], object->pos[2], camera->pos); func_800431B0(object->pos, D_80183E80, object->sizeScaling, D_0D005AE0); + FrameInterpolation_RecordCloseChild(); } } |
