From a368f0e4fc68f2383b27c854e5bddeedf3bd7d99 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Wed, 12 Jan 2022 20:26:33 -0700 Subject: [PATCH] Fix non-animated DSi icons flickering --- arm9/source/ndsInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/ndsInfo.cpp b/arm9/source/ndsInfo.cpp index 531965c..3026398 100644 --- a/arm9/source/ndsInfo.cpp +++ b/arm9/source/ndsInfo.cpp @@ -123,7 +123,7 @@ void ndsInfo(const char *path) { pressed = keysDown(); held = keysDownRepeat(); - if(iconAnimation[animationFrame] && animationFrame < 0x40) { + if(iconAnimation[animationFrame + 1] != 0x0100 && animationFrame < 0x40) { if(frameDelay < (iconAnimation[animationFrame] & 0xFF) - 1) { frameDelay++; } else {