From 5ab48cc332e4e13066a2d8e8f86b2b9bdd022c21 Mon Sep 17 00:00:00 2001 From: Vague Rant Date: Thu, 7 Jul 2022 21:35:37 +1000 Subject: [PATCH] Invalidate text box icon before drawing --- soh/src/code/z_message_PAL.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/src/code/z_message_PAL.c b/soh/src/code/z_message_PAL.c index c6cfa9db569..dd6a52b47bd 100644 --- a/soh/src/code/z_message_PAL.c +++ b/soh/src/code/z_message_PAL.c @@ -543,6 +543,7 @@ void Message_DrawTextboxIcon(GlobalContext* globalCtx, Gfx** p, s16 x, s16 y) { s16 envG; s16 envB; u8* iconTexture = font->iconBuf; + gSPInvalidateTexCache(gfx++, iconTexture); if (sTextIsCredits) { return;