Fix non-animated DSi icons flickering

This commit is contained in:
RocketRobz 2022-01-12 20:26:33 -07:00
parent e92c8ce445
commit a368f0e4fc

View File

@ -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 {