From 8746a4337e17f32a38920a45c2e8a0676fbf08bf Mon Sep 17 00:00:00 2001 From: MegaMech <7255464+MegaMech@users.noreply.github.com> Date: Sat, 4 Jan 2025 17:31:32 -0700 Subject: Wide screen progress --- src/racing/skybox_and_splitscreen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/racing') 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++); -- cgit v1.2.3