From f7ba7b95ded6333da02bcdc1bcabd112adb846e5 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sun, 24 Nov 2024 18:40:35 -0300 Subject: [PATCH] use point filtering for the sun in the intro --- src/overlays/ovl_menu/fox_title.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/ovl_menu/fox_title.c b/src/overlays/ovl_menu/fox_title.c index 73fae6a5..a1e7eec0 100644 --- a/src/overlays/ovl_menu/fox_title.c +++ b/src/overlays/ovl_menu/fox_title.c @@ -3050,7 +3050,7 @@ void Title_SunGlare_Draw(void) { D_menu_801B7BD0 -= 2; } - RCP_SetupDL(&gMasterDisp, SETUPDL_83); + RCP_SetupDL(&gMasterDisp, SETUPDL_83_POINT); gDPSetAlphaDither(gMasterDisp++, G_AD_NOISE); gDPSetColorDither(gMasterDisp++, G_CD_NOISE);