Green shells tag, and added comments I neglected to add before.

This commit is contained in:
sitton76
2025-05-17 03:06:29 -05:00
parent 860539a81c
commit c7f67eae75
4 changed files with 14 additions and 1 deletions
+2
View File
@@ -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();
}