diff options
Diffstat (limited to 'src/code_80057C60.c')
| -rw-r--r-- | src/code_80057C60.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c index 7e609859d..0a8e22749 100644 --- a/src/code_80057C60.c +++ b/src/code_80057C60.c @@ -939,6 +939,10 @@ void func_80058F48(void) { void func_80058F78(void) { if (gHUDDisable == 0) { + + // @port: Tag the transform. + FrameInterpolation_RecordOpenChild("HudMatrix", 0); + set_matrix_hud_screen(); if ((!gDemoMode) && (gIsHUDVisible != 0) && (D_801657D8 == 0)) { draw_item_window(PLAYER_ONE); @@ -951,6 +955,9 @@ void func_80058F78(void) { } } } + + // @port Pop the transform id. + FrameInterpolation_RecordCloseChild(); } } |
