summaryrefslogtreecommitdiff
path: root/src/engine/objects
diff options
context:
space:
mode:
authorsitton76 <58642183+sitton76@users.noreply.github.com>2025-05-17 03:06:29 -0500
committersitton76 <58642183+sitton76@users.noreply.github.com>2025-05-17 03:06:29 -0500
commitc7f67eae75d03c8e05fc31e29a0a982ea82d77d2 (patch)
tree6f91730933566db8a0b3671ce60e50703a952c51 /src/engine/objects
parent860539a81c80c2734720d67b1cec581a91e3f87f (diff)
Green shells tag, and added comments I neglected to add before.
Diffstat (limited to 'src/engine/objects')
-rw-r--r--src/engine/objects/GrandPrixBalloons.cpp2
1 files changed, 2 insertions, 0 deletions
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();
}