summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help/dominosa.c
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2024-08-18 21:14:07 -0400
committerFranklin Wei <franklin@rockbox.org>2024-08-25 19:30:01 -0400
commiteca00638aeab59cf03287b9f298c86a6de1b5a9a (patch)
tree32f14d7c1a05f86b2ba7e91be647233570203599 /apps/plugins/puzzles/help/dominosa.c
parent3dd69ce23e3089ac78c512f02e59406d05302fa4 (diff)
downloadrockbox-eca00638aeab59cf03287b9f298c86a6de1b5a9a.tar.gz
rockbox-eca00638aeab59cf03287b9f298c86a6de1b5a9a.zip
puzzles: add Slide and Sokoban.
This enables two of the "unfinished" puzzles. Slide requires a new "sticky mouse mode" to enable dragging. The help system is disabled for these puzzles, since they lack manual chapters. Group is currently unplayable due to lack of request_keys() support, which will need to be added upstream. Separate fails to draw anything. Change-Id: I7bcff3679ac5b10b0f39c5eaa19a36b4b1fe8d53
Diffstat (limited to 'apps/plugins/puzzles/help/dominosa.c')
-rw-r--r--apps/plugins/puzzles/help/dominosa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/help/dominosa.c b/apps/plugins/puzzles/help/dominosa.c
index 98947a6ee6..94d876794b 100644
--- a/apps/plugins/puzzles/help/dominosa.c
+++ b/apps/plugins/puzzles/help/dominosa.c
@@ -176,4 +176,5 @@ const char help_text[] = {
176 176
177const unsigned short help_text_len = 2299; 177const unsigned short help_text_len = 2299;
178const unsigned short help_text_words = 401; 178const unsigned short help_text_words = 401;
179const bool help_valid = true;
179const char quick_help_text[] = "Tile the rectangle with a full set of dominoes."; 180const char quick_help_text[] = "Tile the rectangle with a full set of dominoes.";