summaryrefslogtreecommitdiff
path: root/apps/plugins/jewels.c
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-12-08 09:51:42 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-12-08 09:51:42 +0000
commit6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964 (patch)
tree1db21b8b63edaf094153df2d90a5100ae18577cd /apps/plugins/jewels.c
parent66459fee3ddcabd2a98720ca482d22a1656eeba6 (diff)
downloadrockbox-6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964.tar.gz
rockbox-6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964.zip
Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:M
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19363 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/jewels.c')
-rw-r--r--apps/plugins/jewels.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index c4ddcdf1c8..e453750fa5 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -1612,7 +1612,7 @@ static int jewels_main(struct game_context* bj) {
1612 rb->lcd_puts(0, 12, "REC to cancel"); 1612 rb->lcd_puts(0, 12, "REC to cancel");
1613#elif CONFIG_KEYPAD == COWOND2_PAD 1613#elif CONFIG_KEYPAD == COWOND2_PAD
1614 rb->lcd_puts(0, 11, "POWER to cancel"); 1614 rb->lcd_puts(0, 11, "POWER to cancel");
1615#elif CONFIG_KEYPAD == GIGABEAT_S_PAD || CREATIVEZVM_PAD 1615#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
1616 rb->lcd_puts(0, 2, "Swap pairs of jewels to"); 1616 rb->lcd_puts(0, 2, "Swap pairs of jewels to");
1617 rb->lcd_puts(0, 3, "form connected segments"); 1617 rb->lcd_puts(0, 3, "form connected segments");
1618 rb->lcd_puts(0, 4, "of three or more of the"); 1618 rb->lcd_puts(0, 4, "of three or more of the");
@@ -1622,6 +1622,16 @@ static int jewels_main(struct game_context* bj) {
1622 rb->lcd_puts(0, 9, "SELECT to select"); 1622 rb->lcd_puts(0, 9, "SELECT to select");
1623 rb->lcd_puts(0, 10, "Long SELECT to show menu"); 1623 rb->lcd_puts(0, 10, "Long SELECT to show menu");
1624 rb->lcd_puts(0, 11, "BACK to cancel"); 1624 rb->lcd_puts(0, 11, "BACK to cancel");
1625#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
1626 rb->lcd_puts(0, 2, "Swap pairs of jewels to");
1627 rb->lcd_puts(0, 3, "form connected segments");
1628 rb->lcd_puts(0, 4, "of three or more of the");
1629 rb->lcd_puts(0, 5, "same type.");
1630 rb->lcd_puts(0, 7, "Controls:");
1631 rb->lcd_puts(0, 8, "Directions to move");
1632 rb->lcd_puts(0, 9, "MIDDLE to select");
1633 rb->lcd_puts(0, 10, "Long MIDDLE to show menu");
1634 rb->lcd_puts(0, 11, "BACK to cancel");
1625#else 1635#else
1626 #warning: missing help text. 1636 #warning: missing help text.
1627#endif 1637#endif