forked from len0rd/rockbox
Philips HDD1630: fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19849 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
499426caf9
commit
755ab3bff3
1 changed files with 10 additions and 0 deletions
|
|
@ -1646,6 +1646,16 @@ static int jewels_main(struct game_context* bj) {
|
||||||
rb->lcd_puts(0, 9, "MIDDLE to select");
|
rb->lcd_puts(0, 9, "MIDDLE to select");
|
||||||
rb->lcd_puts(0, 10, "Long MIDDLE to show menu");
|
rb->lcd_puts(0, 10, "Long MIDDLE to show menu");
|
||||||
rb->lcd_puts(0, 11, "BACK to cancel");
|
rb->lcd_puts(0, 11, "BACK to cancel");
|
||||||
|
#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
|
||||||
|
rb->lcd_puts(0, 2, "Swap pairs of jewels to");
|
||||||
|
rb->lcd_puts(0, 3, "form connected segments");
|
||||||
|
rb->lcd_puts(0, 4, "of three or more of the");
|
||||||
|
rb->lcd_puts(0, 5, "same type.");
|
||||||
|
rb->lcd_puts(0, 7, "Controls:");
|
||||||
|
rb->lcd_puts(0, 8, "Directions to move");
|
||||||
|
rb->lcd_puts(0, 9, "SELECT/PLAY to select");
|
||||||
|
rb->lcd_puts(0, 10, "Long SELECT to show menu");
|
||||||
|
rb->lcd_puts(0, 11, "POWER to cancel");
|
||||||
#else
|
#else
|
||||||
#warning: missing help text.
|
#warning: missing help text.
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue