diff --git a/build/systemMenu_RED/Launcher/ARM9/src/launcher.c b/build/systemMenu_RED/Launcher/ARM9/src/launcher.c index aeaffcb2..8e8e44df 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/launcher.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/launcher.c @@ -264,6 +264,8 @@ static void SetAffineAnimation( int cursor ) static void BannerDraw(int cursor, int selected, TitleProperty *titleprop) { int l; + int div1 = cursor / FRAME_PER_SELECT; + int div2 = cursor % FRAME_PER_SELECT; LoadBannerToVRAM( titleprop ); @@ -273,7 +275,7 @@ static void BannerDraw(int cursor, int selected, TitleProperty *titleprop) // OAMデータを弄って位置など変更 for (l=0;l