From f0d3c17a2cd825e9cc052534741186dadbdb9e7c Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Mon, 26 Nov 2007 05:22:15 +0000 Subject: [PATCH] =?UTF-8?q?=E5=87=A6=E7=90=86=E3=81=8C=E9=87=8D=E3=81=8F?= =?UTF-8?q?=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=8D=E3=81=9F=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E3=80=81=E3=81=A1=E3=82=89=E3=81=A4=E3=81=8D=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E3=81=AE=E3=81=9F=E3=82=81=E3=81=AB=E5=89=B2=E3=82=8A=E7=AE=97?= =?UTF-8?q?=E3=82=92=E8=8B=A5=E5=B9=B2=E9=99=A4=E5=8E=BB=E3=81=A8RTC?= =?UTF-8?q?=E6=83=85=E5=A0=B1=E5=8F=96=E5=BE=97=E9=96=A2=E6=95=B0=E5=91=BC?= =?UTF-8?q?=E3=81=B3=E5=87=BA=E3=81=97=E4=BD=8D=E7=BD=AE=E3=81=AE=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@252 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- .../Launcher/ARM9/src/launcher.c | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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