Skip to content

Commit

Permalink
Merge pull request #303 from vaguerant/msgicon
Browse files Browse the repository at this point in the history
Invalidate text box icon before drawing
  • Loading branch information
briaguya-ai authored Jul 7, 2022
2 parents c1d8cf6 + 5ab48cc commit 7b73050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/src/code/z_message_PAL.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b73050

Please sign in to comment.