diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-01-05 12:26:27 -0700 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-01-05 12:26:27 -0700 |
| commit | e993944089e1aa8d967568a84107aa4b9c727228 (patch) | |
| tree | 0009e5db3d9016ca112cb0445fe15de25efa2f30 /src/code_80057C60.c | |
| parent | 5ee24ab2aaa451442199bceccf519d9bb9e58dcf (diff) | |
Finishwide screen. Impl IVector2D MinimapDimensions
Diffstat (limited to 'src/code_80057C60.c')
| -rw-r--r-- | src/code_80057C60.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c index 1db6761de..a17b52bf5 100644 --- a/src/code_80057C60.c +++ b/src/code_80057C60.c @@ -1037,14 +1037,14 @@ void func_800591B4(void) { if (D_80165800[0] != 0) { func_8004EE54(0); if (gModeSelection != BATTLE) { - func_8004F020(0); + set_minimap_finishline_position(0); } func_8004F3E4(0); } if ((gScreenModeSelection == SCREEN_MODE_2P_SPLITSCREEN_HORIZONTAL) && (D_80165800[1] != 0)) { func_8004EE54(1); if (gModeSelection != BATTLE) { - func_8004F020(1); + set_minimap_finishline_position(1); } func_8004F3E4(1); } |
