1
0
Fork 0
forked from len0rd/rockbox

Updated helptext to include all powerups

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11417 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2006-11-02 18:50:08 +00:00
parent 59f9deb37e
commit d86350c9fa

View file

@ -1018,8 +1018,8 @@ int help(int when)
int yoffset=0;
/* set the maximum x and y in the helpscreen
dont forget to update, if you change text */
int maxY=160;
int maxX=210;
int maxY=180;
int maxX=215;
while(true) {
#ifdef HAVE_LCD_COLOR
@ -1084,7 +1084,9 @@ int help(int when)
rb->lcd_putsxy(1+xoffset, 15*(h+2)+yoffset,
"G Glue:ball sticks to paddle");
rb->lcd_putsxy(1+xoffset, 16*(h+2)+yoffset,
"B Ball:Generates Another Ball");
"B Ball:generates another ball");
rb->lcd_putsxy(1+xoffset, 17*(h+2)+yoffset,
"FL Flip:flips left / right movement");
rb->lcd_update();
button=rb->button_get(true);