メニュー表示ちょっとだけ変更

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2295 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
aoki_ryoma 2008-08-28 01:13:59 +00:00
parent b2e4ae0ab8
commit 3ee3435309

View File

@ -421,8 +421,8 @@ static void drawMenu( void )
kamiFontClearMain();
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "How to");
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "+-----------------------------+");
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l U/D Key : Line Scroll l");
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l L/R Key : Page Scroll l");
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l U/D Key : Scroll Line l");
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l L/R Key : Scroll Page l");
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l A Button : Switch View Mode l");
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l X Button : Copy to SDCard l");
kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "+-----------------------------+");