summaryrefslogtreecommitdiff
path: root/apps/plugins/jewels.c
diff options
context:
space:
mode:
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