From c7f67eae75d03c8e05fc31e29a0a982ea82d77d2 Mon Sep 17 00:00:00 2001 From: sitton76 <58642183+sitton76@users.noreply.github.com> Date: Sat, 17 May 2025 03:06:29 -0500 Subject: Green shells tag, and added comments I neglected to add before. --- src/engine/objects/GrandPrixBalloons.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/objects') diff --git a/src/engine/objects/GrandPrixBalloons.cpp b/src/engine/objects/GrandPrixBalloons.cpp index bf55465b6..e3d99f934 100644 --- a/src/engine/objects/GrandPrixBalloons.cpp +++ b/src/engine/objects/GrandPrixBalloons.cpp @@ -106,6 +106,7 @@ void OGrandPrixBalloons::func_80053D74(s32 objectIndex, UNUSED s32 arg1, s32 ver Vtx* vtx = (Vtx*) LOAD_ASSET_RAW(common_vtx_hedgehog); + // @port: Tag the transform. FrameInterpolation_RecordOpenChild("Balloon", TAG_ITEM_ADDR(object)); //Not working properly just yet if (gMatrixHudCount <= MTX_HUD_POOL_SIZE_MAX) { @@ -119,6 +120,7 @@ void OGrandPrixBalloons::func_80053D74(s32 objectIndex, UNUSED s32 arg1, s32 ver gSPDisplayList(gDisplayListHead++, (Gfx*)common_rectangle_display); } + // @port Pop the transform id. FrameInterpolation_RecordCloseChild(); } -- cgit v1.2.3