mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
tag great fox
This commit is contained in:
parent
3dda020f3a
commit
32b97549fa
@ -2916,6 +2916,9 @@ void Cutscene_DrawGreatFox(void) {
|
|||||||
RCP_SetupDL_29(gFogRed, gFogGreen, gFogBlue, gFogAlpha, gFogNear, 1005);
|
RCP_SetupDL_29(gFogRed, gFogGreen, gFogBlue, gFogAlpha, gFogNear, 1005);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @port: Tag the transform.
|
||||||
|
FrameInterpolation_RecordOpenChild("Cutscene_DrawGreatFox", 0);
|
||||||
|
|
||||||
if (gGreatFoxIntact) {
|
if (gGreatFoxIntact) {
|
||||||
gSPDisplayList(gMasterDisp++, aGreatFoxIntactDL);
|
gSPDisplayList(gMasterDisp++, aGreatFoxIntactDL);
|
||||||
} else {
|
} else {
|
||||||
@ -2983,4 +2986,6 @@ void Cutscene_DrawGreatFox(void) {
|
|||||||
gSPDisplayList(gMasterDisp++, dList);
|
gSPDisplayList(gMasterDisp++, dList);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// @port Pop the transform id.
|
||||||
|
FrameInterpolation_RecordCloseChild();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user