From 5019c5a644bfe6b104531723e6abe6b0d6743ede Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sat, 7 Feb 2026 12:50:06 -0300 Subject: [PATCH] Fix EdgeArrows texture scrolling --- src/engine/fox_hud.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/fox_hud.c b/src/engine/fox_hud.c index e31a1f40..19a300fc 100644 --- a/src/engine/fox_hud.c +++ b/src/engine/fox_hud.c @@ -2718,6 +2718,7 @@ void HUD_Texture_Scroll(u8* texturePtr, s32 xPos, s32 yPos, u8 type) { default: break; } + gSPInvalidateTexCache(gMasterDisp++, texture); } void HUD_Texture_Wave(u16* srcTexture, u16* dstTexture) {