From 735790fde00c2cb47f060982b649c0a395c10fd9 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Wed, 16 Apr 2008 08:30:30 +0000 Subject: Some general housekeeping. Fixed a few yellows, made the volume buttons work in lists. ROLO now works also thanks to rob's work on the D2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17139 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/jewels.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'apps/plugins') diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c index 0355bf6..eb8e700 100644 --- a/apps/plugins/jewels.c +++ b/apps/plugins/jewels.c @@ -1573,6 +1573,16 @@ static int jewels_main(struct game_context* bj) { rb->lcd_puts(0, 9, "SELECT to select"); rb->lcd_puts(0, 10, "Long SELECT to show menu"); rb->lcd_puts(0, 11, "POWER to cancel"); +#elif CONFIG_KEYPAD == GIGABEAT_S_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 to select"); + rb->lcd_puts(0, 10, "Long SELECT to show menu"); + rb->lcd_puts(0, 11, "BACK to cancel"); #else #warning: missing help text. #endif -- cgit v1.1