diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2008-03-22 23:24:20 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2008-03-22 23:24:20 +0000 |
commit | ad6cbbdd3cd5361febf22b502806507fd3f3a5a9 (patch) | |
tree | 986962aeab88748fee4926661126f9f6c9a01bab | |
parent | 7e56df03bfa9748a97b44acaec872feb3d554f98 (diff) | |
download | rockbox-ad6cbbdd3cd5361febf22b502806507fd3f3a5a9.tar.gz rockbox-ad6cbbdd3cd5361febf22b502806507fd3f3a5a9.zip |
Squash that yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16753 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/plugins/jewels.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c index 08807d7225..0355bf6287 100644 --- a/apps/plugins/jewels.c +++ b/apps/plugins/jewels.c @@ -1563,6 +1563,16 @@ static int jewels_main(struct game_context* bj) { rb->lcd_puts(0, 10, "PLAY to select"); rb->lcd_puts(0, 11, "Long PLAY for menu"); rb->lcd_puts(0, 12, "REC to cancel"); +#elif CONFIG_KEYPAD == COWOND2_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, "POWER to cancel"); #else #warning: missing help text. #endif |