summaryrefslogtreecommitdiff
path: root/apps/plugins/sokoban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sokoban.c')
-rw-r--r--apps/plugins/sokoban.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index e8ccdaca10..f071af14f4 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -1335,6 +1335,13 @@ static int sokoban_menu(void)
1335 rb->lcd_putsxy(3, 36, "[SELECT+DOWN] Previous Level"); 1335 rb->lcd_putsxy(3, 36, "[SELECT+DOWN] Previous Level");
1336 rb->lcd_putsxy(3, 46, "[SELECT+RIGHT] Restart Level"); 1336 rb->lcd_putsxy(3, 46, "[SELECT+RIGHT] Restart Level");
1337 rb->lcd_putsxy(3, 56, "[SELECT+UP] Next Level"); 1337 rb->lcd_putsxy(3, 56, "[SELECT+UP] Next Level");
1338#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
1339 rb->lcd_putsxy(3, 6, "[MENU] Menu");
1340 rb->lcd_putsxy(3, 16, "[VOL+] Undo");
1341 rb->lcd_putsxy(3, 26, "[VOL-] Redo");
1342 rb->lcd_putsxy(3, 36, "[PREV] Previous Level");
1343 rb->lcd_putsxy(3, 46, "[PLAY] Restart Level");
1344 rb->lcd_putsxy(3, 56, "[NEXT] Next Level");
1338#endif 1345#endif
1339 1346
1340#ifdef HAVE_TOUCHSCREEN 1347#ifdef HAVE_TOUCHSCREEN