summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsitton76 <58642183+sitton76@users.noreply.github.com>2025-05-20 01:03:59 -0500
committersitton76 <58642183+sitton76@users.noreply.github.com>2025-05-20 01:03:59 -0500
commit36a8c15404f5cbb17873eabea6016b696db3a7d9 (patch)
treef2eb16eb46a0f35ee21c063a50e34830a4e56eb7 /src
parent23e53566f08067f4fad75c7463d37e82ae4641a3 (diff)
Interpolated snowflakes
Diffstat (limited to 'src')
-rw-r--r--src/render_objects.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render_objects.c b/src/render_objects.c
index f6f37ba0f..863231f53 100644
--- a/src/render_objects.c
+++ b/src/render_objects.c
@@ -3417,10 +3417,12 @@ void render_object_snowflakes_particles(void) {
func_80044F34(D_0D0293D8, 0x10, 0x10);
for (someIndex = 0; someIndex < NUM_SNOWFLAKES; someIndex++) {
snowflakeIndex = gObjectParticle1[someIndex];
+ FrameInterpolation_RecordOpenChild("SnowFlakes", snowflakeIndex);
if (gObjectList[snowflakeIndex].state >= 2) {
rsp_set_matrix_gObjectList(snowflakeIndex);
gSPDisplayList(gDisplayListHead++, D_0D006980);
}
+ FrameInterpolation_RecordCloseChild();
}
gSPTexture(gDisplayListHead++, 1, 1, 0, G_TX_RENDERTILE, G_OFF);
}