summaryrefslogtreecommitdiff
path: root/apps/plugins/snake.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/snake.c')
-rw-r--r--apps/plugins/snake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/snake.c b/apps/plugins/snake.c
index 242c432e8b..3a672f9972 100644
--- a/apps/plugins/snake.c
+++ b/apps/plugins/snake.c
@@ -173,7 +173,7 @@ void game_pause (void) {
173#if CONFIG_KEYPAD == RECORDER_PAD 173#if CONFIG_KEYPAD == RECORDER_PAD
174 rb->lcd_putsxy(3,22,"[Play] to resume"); 174 rb->lcd_putsxy(3,22,"[Play] to resume");
175#elif CONFIG_KEYPAD == ONDIO_PAD 175#elif CONFIG_KEYPAD == ONDIO_PAD
176 rb->lcd_putsxy(3,22,"[Menu] to resume"); 176 rb->lcd_putsxy(3,22,"[Mode] to resume");
177#endif 177#endif
178 rb->lcd_putsxy(3,32,"[Off] to quit"); 178 rb->lcd_putsxy(3,32,"[Off] to quit");
179 rb->lcd_update(); 179 rb->lcd_update();
@@ -279,7 +279,7 @@ void game_init(void) {
279#if CONFIG_KEYPAD == RECORDER_PAD 279#if CONFIG_KEYPAD == RECORDER_PAD
280 rb->lcd_puts(0,3, "PLAY - start/pause"); 280 rb->lcd_puts(0,3, "PLAY - start/pause");
281#elif CONFIG_KEYPAD == ONDIO_PAD 281#elif CONFIG_KEYPAD == ONDIO_PAD
282 rb->lcd_puts(0,3, "MENU - start/pause"); 282 rb->lcd_puts(0,3, "MODE - start/pause");
283#endif 283#endif
284 rb->lcd_puts(0,4, phscore); 284 rb->lcd_puts(0,4, phscore);
285 rb->lcd_update(); 285 rb->lcd_update();