summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/jewels.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index 0c66f04656..00839af48d 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -1646,6 +1646,16 @@ static int jewels_main(struct game_context* bj) {
1646 rb->lcd_puts(0, 9, "MIDDLE to select"); 1646 rb->lcd_puts(0, 9, "MIDDLE to select");
1647 rb->lcd_puts(0, 10, "Long MIDDLE to show menu"); 1647 rb->lcd_puts(0, 10, "Long MIDDLE to show menu");
1648 rb->lcd_puts(0, 11, "BACK to cancel"); 1648 rb->lcd_puts(0, 11, "BACK to cancel");
1649#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
1650 rb->lcd_puts(0, 2, "Swap pairs of jewels to");
1651 rb->lcd_puts(0, 3, "form connected segments");
1652 rb->lcd_puts(0, 4, "of three or more of the");
1653 rb->lcd_puts(0, 5, "same type.");
1654 rb->lcd_puts(0, 7, "Controls:");
1655 rb->lcd_puts(0, 8, "Directions to move");
1656 rb->lcd_puts(0, 9, "SELECT/PLAY to select");
1657 rb->lcd_puts(0, 10, "Long SELECT to show menu");
1658 rb->lcd_puts(0, 11, "POWER to cancel");
1649#else 1659#else
1650 #warning: missing help text. 1660 #warning: missing help text.
1651#endif 1661#endif