summaryrefslogtreecommitdiff
path: root/src/racing
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-04 17:31:32 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-04 17:31:32 -0700
commit8746a4337e17f32a38920a45c2e8a0676fbf08bf (patch)
treebc8b68dfacaab227891e5397f58fc3e421086cfc /src/racing
parent4dfc8a9fef29af9319d7c145ba7190540ccd9d02 (diff)
Wide screen progress
Diffstat (limited to 'src/racing')
-rw-r--r--src/racing/skybox_and_splitscreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/racing/skybox_and_splitscreen.c b/src/racing/skybox_and_splitscreen.c
index e81ef92b0..8ceac1314 100644
--- a/src/racing/skybox_and_splitscreen.c
+++ b/src/racing/skybox_and_splitscreen.c
@@ -303,11 +303,11 @@ void func_802A4300(void) {
gDPFillRectangle(gDisplayListHead++, 157, 0, 159, 239);
break;
case SCREEN_MODE_2P_SPLITSCREEN_HORIZONTAL:
- gDPFillRectangle(gDisplayListHead++, 0, 119, 319, 121);
+ gDPFillWideRectangle(gDisplayListHead++, OTRGetDimensionFromLeftEdge(0), 119, OTRGetGameRenderWidth(), 121);
break;
case SCREEN_MODE_3P_4P_SPLITSCREEN:
gDPFillRectangle(gDisplayListHead++, 157, 0, 159, 239);
- gDPFillRectangle(gDisplayListHead++, 0, 119, 319, 121);
+ gDPFillWideRectangle(gDisplayListHead++, OTRGetDimensionFromLeftEdge(0), 119, OTRGetGameRenderWidth(), 121);
break;
}
gDPPipeSync(gDisplayListHead++);