summaryrefslogtreecommitdiff
path: root/src/menu_items.c
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-06-27 18:54:15 +0000
committerGitHub <noreply@github.com>2025-06-27 12:54:15 -0600
commit8ec18758c88099730fddf29992db8a4e3a960c71 (patch)
treef537eef8ac312d6b3d17811ed08d1b2dae3589d3 /src/menu_items.c
parenta4a8c653a81efb563fa297c3d9aa33fb0b78b3dc (diff)
Update menu_items.c (#381)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/menu_items.c')
-rw-r--r--src/menu_items.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu_items.c b/src/menu_items.c
index ae0269445..339c688ac 100644
--- a/src/menu_items.c
+++ b/src/menu_items.c
@@ -2650,7 +2650,7 @@ Gfx* draw_flash_select_case_fast(Gfx* displayListHead, s32 ulx, s32 uly, s32 lrx
Gfx* func_800959F8(Gfx* displayListHead, Vtx* arg1) {
s32 index;
-
+ gSPClearGeometryMode(displayListHead++, G_ZBUFFER);
if ((s32) gTextColor < TEXT_BLUE_GREEN_RED_CYCLE_1) {
index = gTextColor;
} else {
@@ -2670,7 +2670,7 @@ Gfx* func_800959F8(Gfx* displayListHead, Vtx* arg1) {
gSPDisplayList(displayListHead++, D_800E850C[index]);
}
#endif
-
+ gSPSetGeometryMode(displayListHead++, G_ZBUFFER);
return displayListHead;
}