summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/puzzles/compress.c4
-rw-r--r--apps/plugins/puzzles/help.h2
-rw-r--r--apps/plugins/puzzles/help/blackbox.c4
-rw-r--r--apps/plugins/puzzles/help/bridges.c4
-rw-r--r--apps/plugins/puzzles/help/cube.c4
-rw-r--r--apps/plugins/puzzles/help/dominosa.c4
-rw-r--r--apps/plugins/puzzles/help/fifteen.c4
-rw-r--r--apps/plugins/puzzles/help/filling.c4
-rw-r--r--apps/plugins/puzzles/help/flip.c4
-rw-r--r--apps/plugins/puzzles/help/flood.c4
-rw-r--r--apps/plugins/puzzles/help/galaxies.c4
-rw-r--r--apps/plugins/puzzles/help/guess.c4
-rw-r--r--apps/plugins/puzzles/help/inertia.c4
-rw-r--r--apps/plugins/puzzles/help/keen.c4
-rw-r--r--apps/plugins/puzzles/help/lightup.c4
-rw-r--r--apps/plugins/puzzles/help/loopy.c4
-rw-r--r--apps/plugins/puzzles/help/magnets.c4
-rw-r--r--apps/plugins/puzzles/help/map.c4
-rw-r--r--apps/plugins/puzzles/help/mines.c4
-rw-r--r--apps/plugins/puzzles/help/net.c4
-rw-r--r--apps/plugins/puzzles/help/netslide.c4
-rw-r--r--apps/plugins/puzzles/help/palisade.c4
-rw-r--r--apps/plugins/puzzles/help/pattern.c4
-rw-r--r--apps/plugins/puzzles/help/pearl.c4
-rw-r--r--apps/plugins/puzzles/help/pegs.c4
-rw-r--r--apps/plugins/puzzles/help/range.c4
-rw-r--r--apps/plugins/puzzles/help/rect.c4
-rw-r--r--apps/plugins/puzzles/help/samegame.c4
-rw-r--r--apps/plugins/puzzles/help/signpost.c4
-rw-r--r--apps/plugins/puzzles/help/singles.c4
-rw-r--r--apps/plugins/puzzles/help/sixteen.c4
-rw-r--r--apps/plugins/puzzles/help/slant.c4
-rw-r--r--apps/plugins/puzzles/help/solo.c4
-rw-r--r--apps/plugins/puzzles/help/tents.c4
-rw-r--r--apps/plugins/puzzles/help/towers.c4
-rw-r--r--apps/plugins/puzzles/help/tracks.c4
-rw-r--r--apps/plugins/puzzles/help/twiddle.c4
-rw-r--r--apps/plugins/puzzles/help/undead.c4
-rw-r--r--apps/plugins/puzzles/help/unequal.c4
-rw-r--r--apps/plugins/puzzles/help/unruly.c4
-rw-r--r--apps/plugins/puzzles/help/untangle.c4
-rw-r--r--apps/plugins/puzzles/rockbox.c11
42 files changed, 84 insertions, 89 deletions
diff --git a/apps/plugins/puzzles/compress.c b/apps/plugins/puzzles/compress.c
index 0e52c4b659..78b2aa4d4a 100644
--- a/apps/plugins/puzzles/compress.c
+++ b/apps/plugins/puzzles/compress.c
@@ -60,7 +60,7 @@ void dump_bytes(unsigned char *buf, int len)
60 * 60 *
61 * const char help_text_words[]; 61 * const char help_text_words[];
62 * const unsigned short help_text_len; 62 * const unsigned short help_text_len;
63 * const struct style_text help_text_style[]; 63 * struct style_text help_text_style[];
64 * 64 *
65 * help_text_words consists of help_text_len bytes containing the 65 * help_text_words consists of help_text_len bytes containing the
66 * words of the help text, delimited with NULs, not a standard C 66 * words of the help text, delimited with NULs, not a standard C
@@ -78,7 +78,7 @@ int main()
78 78
79 printf("#include \"lib/display_text.h\"\n\n"); 79 printf("#include \"lib/display_text.h\"\n\n");
80 80
81 printf("const struct style_text help_text_style[] = {\n"); 81 printf("struct style_text help_text_style[] = {\n");
82 82
83 /* break up words on spaces and newline while printing indices of 83 /* break up words on spaces and newline while printing indices of
84 * underlined words */ 84 * underlined words */
diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h
index a5d2cdaa80..a5839904f5 100644
--- a/apps/plugins/puzzles/help.h
+++ b/apps/plugins/puzzles/help.h
@@ -6,6 +6,6 @@
6extern const char help_text[]; 6extern const char help_text[];
7#ifdef ROCKBOX 7#ifdef ROCKBOX
8extern const char quick_help_text[]; 8extern const char quick_help_text[];
9extern const struct style_text help_text_style[]; 9extern struct style_text help_text_style[];
10extern const unsigned short help_text_len, quick_help_text_len, help_text_words; 10extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
11#endif 11#endif
diff --git a/apps/plugins/puzzles/help/blackbox.c b/apps/plugins/puzzles/help/blackbox.c
index 98a8f869d6..a211ecbe92 100644
--- a/apps/plugins/puzzles/help/blackbox.c
+++ b/apps/plugins/puzzles/help/blackbox.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 450, TEXT_UNDERLINE }, 9 { 450, TEXT_UNDERLINE },
10 { 476, TEXT_UNDERLINE }, 10 { 476, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/bridges.c b/apps/plugins/puzzles/help/bridges.c
index 439fdfcb66..2fc7c90a4f 100644
--- a/apps/plugins/puzzles/help/bridges.c
+++ b/apps/plugins/puzzles/help/bridges.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 180, TEXT_CENTER | C_RED }, 9 { 180, TEXT_CENTER | C_RED },
10 { 312, TEXT_UNDERLINE }, 10 { 312, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/cube.c b/apps/plugins/puzzles/help/cube.c
index e877b1987b..32fa8166c1 100644
--- a/apps/plugins/puzzles/help/cube.c
+++ b/apps/plugins/puzzles/help/cube.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 207, TEXT_CENTER | C_RED }, 9 { 207, TEXT_CENTER | C_RED },
10 { 319, TEXT_CENTER | C_RED }, 10 { 319, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/dominosa.c b/apps/plugins/puzzles/help/dominosa.c
index 76ec218a70..becc209a3a 100644
--- a/apps/plugins/puzzles/help/dominosa.c
+++ b/apps/plugins/puzzles/help/dominosa.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 88, TEXT_CENTER | C_RED }, 9 { 88, TEXT_CENTER | C_RED },
10 { 151, TEXT_UNDERLINE }, 10 { 151, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/fifteen.c b/apps/plugins/puzzles/help/fifteen.c
index 9b36ff1655..f1bee5be8f 100644
--- a/apps/plugins/puzzles/help/fifteen.c
+++ b/apps/plugins/puzzles/help/fifteen.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 83, TEXT_UNDERLINE }, 9 { 83, TEXT_UNDERLINE },
10 { 86, TEXT_CENTER | C_RED }, 10 { 86, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/filling.c b/apps/plugins/puzzles/help/filling.c
index d6f94944be..d876ed29e2 100644
--- a/apps/plugins/puzzles/help/filling.c
+++ b/apps/plugins/puzzles/help/filling.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 141, TEXT_CENTER | C_RED }, 9 { 141, TEXT_CENTER | C_RED },
10 { 306, TEXT_CENTER | C_RED }, 10 { 306, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/flip.c b/apps/plugins/puzzles/help/flip.c
index 3bb2bd2b6f..2c11fc4692 100644
--- a/apps/plugins/puzzles/help/flip.c
+++ b/apps/plugins/puzzles/help/flip.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 76, TEXT_CENTER | C_RED }, 9 { 76, TEXT_CENTER | C_RED },
10 { 164, TEXT_UNDERLINE }, 10 { 164, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/flood.c b/apps/plugins/puzzles/help/flood.c
index 290cb1339e..6841e50453 100644
--- a/apps/plugins/puzzles/help/flood.c
+++ b/apps/plugins/puzzles/help/flood.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 155, TEXT_CENTER | C_RED }, 9 { 155, TEXT_CENTER | C_RED },
10 { 261, TEXT_CENTER | C_RED }, 10 { 261, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/galaxies.c b/apps/plugins/puzzles/help/galaxies.c
index beb3954820..b6d836d065 100644
--- a/apps/plugins/puzzles/help/galaxies.c
+++ b/apps/plugins/puzzles/help/galaxies.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 94, TEXT_CENTER | C_RED }, 9 { 94, TEXT_CENTER | C_RED },
10 { 402, TEXT_CENTER | C_RED }, 10 { 402, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/guess.c b/apps/plugins/puzzles/help/guess.c
index 4bfe7f77c8..dbeb34c2a6 100644
--- a/apps/plugins/puzzles/help/guess.c
+++ b/apps/plugins/puzzles/help/guess.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 123, TEXT_CENTER | C_RED }, 9 { 123, TEXT_CENTER | C_RED },
10 { 404, TEXT_CENTER | C_RED }, 10 { 404, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/inertia.c b/apps/plugins/puzzles/help/inertia.c
index ededa0d92f..486a5ac546 100644
--- a/apps/plugins/puzzles/help/inertia.c
+++ b/apps/plugins/puzzles/help/inertia.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 39, TEXT_UNDERLINE }, 9 { 39, TEXT_UNDERLINE },
10 { 110, TEXT_UNDERLINE }, 10 { 110, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/keen.c b/apps/plugins/puzzles/help/keen.c
index 22383e153b..5ed75b3d62 100644
--- a/apps/plugins/puzzles/help/keen.c
+++ b/apps/plugins/puzzles/help/keen.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 324, TEXT_CENTER | C_RED }, 9 { 324, TEXT_CENTER | C_RED },
10 { 391, TEXT_UNDERLINE }, 10 { 391, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/lightup.c b/apps/plugins/puzzles/help/lightup.c
index e520a7465e..c588a6b5d0 100644
--- a/apps/plugins/puzzles/help/lightup.c
+++ b/apps/plugins/puzzles/help/lightup.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 169, TEXT_CENTER | C_RED }, 9 { 169, TEXT_CENTER | C_RED },
10 { 304, TEXT_CENTER | C_RED }, 10 { 304, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/loopy.c b/apps/plugins/puzzles/help/loopy.c
index 8845bfccf6..a9d20ed008 100644
--- a/apps/plugins/puzzles/help/loopy.c
+++ b/apps/plugins/puzzles/help/loopy.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 169, TEXT_CENTER | C_RED }, 9 { 169, TEXT_CENTER | C_RED },
10 { 220, TEXT_UNDERLINE }, 10 { 220, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/magnets.c b/apps/plugins/puzzles/help/magnets.c
index 923b21127b..7e679f3e5d 100644
--- a/apps/plugins/puzzles/help/magnets.c
+++ b/apps/plugins/puzzles/help/magnets.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 143, TEXT_CENTER | C_RED }, 9 { 143, TEXT_CENTER | C_RED },
10 { 323, TEXT_CENTER | C_RED }, 10 { 323, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/map.c b/apps/plugins/puzzles/help/map.c
index d046f992f5..676272ea2e 100644
--- a/apps/plugins/puzzles/help/map.c
+++ b/apps/plugins/puzzles/help/map.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 81, TEXT_UNDERLINE }, 9 { 81, TEXT_UNDERLINE },
10 { 157, TEXT_CENTER | C_RED }, 10 { 157, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/mines.c b/apps/plugins/puzzles/help/mines.c
index 66a81b049d..689c483111 100644
--- a/apps/plugins/puzzles/help/mines.c
+++ b/apps/plugins/puzzles/help/mines.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 29, TEXT_UNDERLINE }, 9 { 29, TEXT_UNDERLINE },
10 { 119, TEXT_UNDERLINE }, 10 { 119, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/net.c b/apps/plugins/puzzles/help/net.c
index 3328c42975..a27fd65c17 100644
--- a/apps/plugins/puzzles/help/net.c
+++ b/apps/plugins/puzzles/help/net.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 3, TEXT_UNDERLINE }, 9 { 3, TEXT_UNDERLINE },
10 { 120, TEXT_CENTER | C_RED }, 10 { 120, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/netslide.c b/apps/plugins/puzzles/help/netslide.c
index ab187f4049..259e434d5f 100644
--- a/apps/plugins/puzzles/help/netslide.c
+++ b/apps/plugins/puzzles/help/netslide.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 LAST_STYLE_ITEM 9 LAST_STYLE_ITEM
10}; 10};
diff --git a/apps/plugins/puzzles/help/palisade.c b/apps/plugins/puzzles/help/palisade.c
index dfa5c5be4f..2034c7ce79 100644
--- a/apps/plugins/puzzles/help/palisade.c
+++ b/apps/plugins/puzzles/help/palisade.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 87, TEXT_CENTER | C_RED }, 9 { 87, TEXT_CENTER | C_RED },
10 { 149, TEXT_CENTER | C_RED }, 10 { 149, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/pattern.c b/apps/plugins/puzzles/help/pattern.c
index b9dd0ea1ec..c0e5fc306a 100644
--- a/apps/plugins/puzzles/help/pattern.c
+++ b/apps/plugins/puzzles/help/pattern.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 137, TEXT_UNDERLINE }, 9 { 137, TEXT_UNDERLINE },
10 { 173, TEXT_CENTER | C_RED }, 10 { 173, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/pearl.c b/apps/plugins/puzzles/help/pearl.c
index ac2988a645..84dec04e71 100644
--- a/apps/plugins/puzzles/help/pearl.c
+++ b/apps/plugins/puzzles/help/pearl.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 138, TEXT_UNDERLINE }, 9 { 138, TEXT_UNDERLINE },
10 { 164, TEXT_UNDERLINE }, 10 { 164, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/pegs.c b/apps/plugins/puzzles/help/pegs.c
index 17151ebb0a..b07fb0ac47 100644
--- a/apps/plugins/puzzles/help/pegs.c
+++ b/apps/plugins/puzzles/help/pegs.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 72, TEXT_CENTER | C_RED }, 9 { 72, TEXT_CENTER | C_RED },
10 { 228, TEXT_CENTER | C_RED }, 10 { 228, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/range.c b/apps/plugins/puzzles/help/range.c
index ddf6705f3d..d8b6bf4d3b 100644
--- a/apps/plugins/puzzles/help/range.c
+++ b/apps/plugins/puzzles/help/range.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 212, TEXT_CENTER | C_RED }, 9 { 212, TEXT_CENTER | C_RED },
10 { 245, TEXT_UNDERLINE }, 10 { 245, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/rect.c b/apps/plugins/puzzles/help/rect.c
index c971942a03..579ff29626 100644
--- a/apps/plugins/puzzles/help/rect.c
+++ b/apps/plugins/puzzles/help/rect.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 144, TEXT_CENTER | C_RED }, 9 { 144, TEXT_CENTER | C_RED },
10 { 311, TEXT_CENTER | C_RED }, 10 { 311, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/samegame.c b/apps/plugins/puzzles/help/samegame.c
index 0eefab2241..be7c0ae2fe 100644
--- a/apps/plugins/puzzles/help/samegame.c
+++ b/apps/plugins/puzzles/help/samegame.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 116, TEXT_CENTER | C_RED }, 9 { 116, TEXT_CENTER | C_RED },
10 { 229, TEXT_CENTER | C_RED }, 10 { 229, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/signpost.c b/apps/plugins/puzzles/help/signpost.c
index 06201f77c1..f12c526346 100644
--- a/apps/plugins/puzzles/help/signpost.c
+++ b/apps/plugins/puzzles/help/signpost.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 158, TEXT_CENTER | C_RED }, 9 { 158, TEXT_CENTER | C_RED },
10 { 495, TEXT_CENTER | C_RED }, 10 { 495, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/singles.c b/apps/plugins/puzzles/help/singles.c
index ced0c3b5ae..d6d88e9864 100644
--- a/apps/plugins/puzzles/help/singles.c
+++ b/apps/plugins/puzzles/help/singles.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 122, TEXT_CENTER | C_RED }, 9 { 122, TEXT_CENTER | C_RED },
10 { 212, TEXT_CENTER | C_RED }, 10 { 212, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/sixteen.c b/apps/plugins/puzzles/help/sixteen.c
index bbd601cec2..c1cbee5807 100644
--- a/apps/plugins/puzzles/help/sixteen.c
+++ b/apps/plugins/puzzles/help/sixteen.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 113, TEXT_UNDERLINE }, 9 { 113, TEXT_UNDERLINE },
10 { 187, TEXT_CENTER | C_RED }, 10 { 187, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/slant.c b/apps/plugins/puzzles/help/slant.c
index 57a939efa1..3c46d46f51 100644
--- a/apps/plugins/puzzles/help/slant.c
+++ b/apps/plugins/puzzles/help/slant.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 125, TEXT_CENTER | C_RED }, 9 { 125, TEXT_CENTER | C_RED },
10 { 328, TEXT_CENTER | C_RED }, 10 { 328, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/solo.c b/apps/plugins/puzzles/help/solo.c
index aa49d5698c..94f4c260bf 100644
--- a/apps/plugins/puzzles/help/solo.c
+++ b/apps/plugins/puzzles/help/solo.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 360, TEXT_UNDERLINE }, 9 { 360, TEXT_UNDERLINE },
10 { 390, TEXT_CENTER | C_RED }, 10 { 390, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/tents.c b/apps/plugins/puzzles/help/tents.c
index b120ba30cc..6ab7968db2 100644
--- a/apps/plugins/puzzles/help/tents.c
+++ b/apps/plugins/puzzles/help/tents.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 102, TEXT_UNDERLINE }, 9 { 102, TEXT_UNDERLINE },
10 { 160, TEXT_CENTER | C_RED }, 10 { 160, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/towers.c b/apps/plugins/puzzles/help/towers.c
index 80067eeb95..534ec8a15b 100644
--- a/apps/plugins/puzzles/help/towers.c
+++ b/apps/plugins/puzzles/help/towers.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 216, TEXT_CENTER | C_RED }, 9 { 216, TEXT_CENTER | C_RED },
10 { 291, TEXT_UNDERLINE }, 10 { 291, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/tracks.c b/apps/plugins/puzzles/help/tracks.c
index 8800cbf3f4..eafeeea6f5 100644
--- a/apps/plugins/puzzles/help/tracks.c
+++ b/apps/plugins/puzzles/help/tracks.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 86, TEXT_CENTER | C_RED }, 9 { 86, TEXT_CENTER | C_RED },
10 { 207, TEXT_CENTER | C_RED }, 10 { 207, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/twiddle.c b/apps/plugins/puzzles/help/twiddle.c
index 2ae720e3e7..300a69dc54 100644
--- a/apps/plugins/puzzles/help/twiddle.c
+++ b/apps/plugins/puzzles/help/twiddle.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 137, TEXT_CENTER | C_RED }, 9 { 137, TEXT_CENTER | C_RED },
10 { 297, TEXT_CENTER | C_RED }, 10 { 297, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/undead.c b/apps/plugins/puzzles/help/undead.c
index 90e7940498..91a347dcbe 100644
--- a/apps/plugins/puzzles/help/undead.c
+++ b/apps/plugins/puzzles/help/undead.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 202, TEXT_CENTER | C_RED }, 9 { 202, TEXT_CENTER | C_RED },
10 { 282, TEXT_UNDERLINE }, 10 { 282, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/unequal.c b/apps/plugins/puzzles/help/unequal.c
index 1e91635cc9..52b2a1c8e1 100644
--- a/apps/plugins/puzzles/help/unequal.c
+++ b/apps/plugins/puzzles/help/unequal.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 239, TEXT_CENTER | C_RED }, 9 { 239, TEXT_CENTER | C_RED },
10 { 306, TEXT_UNDERLINE }, 10 { 306, TEXT_UNDERLINE },
diff --git a/apps/plugins/puzzles/help/unruly.c b/apps/plugins/puzzles/help/unruly.c
index 0cb36f9523..31e88165ae 100644
--- a/apps/plugins/puzzles/help/unruly.c
+++ b/apps/plugins/puzzles/help/unruly.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 99, TEXT_CENTER | C_RED }, 9 { 99, TEXT_CENTER | C_RED },
10 { 221, TEXT_CENTER | C_RED }, 10 { 221, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/help/untangle.c b/apps/plugins/puzzles/help/untangle.c
index 9d72b8b0b0..4a90fa863e 100644
--- a/apps/plugins/puzzles/help/untangle.c
+++ b/apps/plugins/puzzles/help/untangle.c
@@ -1,10 +1,10 @@
1/* auto-generated on Mar 17 2018 by genhelp.sh */ 1/* auto-generated on Apr 19 2018 by genhelp.sh */
2/* help text is compressed using LZ4; see compress.c for details */ 2/* help text is compressed using LZ4; see compress.c for details */
3/* DO NOT EDIT! */ 3/* DO NOT EDIT! */
4 4
5#include "lib/display_text.h" 5#include "lib/display_text.h"
6 6
7const struct style_text help_text_style[] = { 7struct style_text help_text_style[] = {
8 { 0, TEXT_CENTER | C_RED }, 8 { 0, TEXT_CENTER | C_RED },
9 { 64, TEXT_CENTER | C_RED }, 9 { 64, TEXT_CENTER | C_RED },
10 { 100, TEXT_CENTER | C_RED }, 10 { 100, TEXT_CENTER | C_RED },
diff --git a/apps/plugins/puzzles/rockbox.c b/apps/plugins/puzzles/rockbox.c
index b3a225ae89..1982da8e3e 100644
--- a/apps/plugins/puzzles/rockbox.c
+++ b/apps/plugins/puzzles/rockbox.c
@@ -1310,11 +1310,6 @@ static void rb_status_bar(void *handle, const char *text)
1310 LOGF("game title is %s\n", text); 1310 LOGF("game title is %s\n", text);
1311} 1311}
1312 1312
1313static int get_titleheight(void)
1314{
1315 return rb->font_get(FONT_UI)->height;
1316}
1317
1318static void draw_title(bool clear_first) 1313static void draw_title(bool clear_first)
1319{ 1314{
1320 const char *base; 1315 const char *base;
@@ -1327,7 +1322,7 @@ static void draw_title(bool clear_first)
1327 rb->snprintf(str, sizeof(str), "%s%s", base, zoom_enabled ? (view_mode ? " (viewing)" : " (interaction)") : ""); 1322 rb->snprintf(str, sizeof(str), "%s%s", base, zoom_enabled ? (view_mode ? " (viewing)" : " (interaction)") : "");
1328 1323
1329 /* quick hack */ 1324 /* quick hack */
1330 bool orig_clipped; 1325 bool orig_clipped = false;
1331 if(!zoom_enabled) 1326 if(!zoom_enabled)
1332 { 1327 {
1333 orig_clipped = clipped; 1328 orig_clipped = clipped;
@@ -3421,10 +3416,10 @@ enum plugin_status plugin_start(const void *param)
3421 { 3416 {
3422 /* Solo needs a big stack */ 3417 /* Solo needs a big stack */
3423 int stack_sz = 16 * DEFAULT_STACK_SIZE; 3418 int stack_sz = 16 * DEFAULT_STACK_SIZE;
3424 uintptr_t old = smalloc(stack_sz); 3419 uintptr_t old = (uintptr_t)smalloc(stack_sz);
3425 3420
3426 /* word alignment */ 3421 /* word alignment */
3427 long *stack = ((uintptr_t)old & (uintptr_t)(~0x3)) + 4; 3422 long *stack = (long*)((char*)(((uintptr_t)old & (uintptr_t)(~0x3)) + 4));
3428 stack_sz -= ((char*)stack - (char*)old); 3423 stack_sz -= ((char*)stack - (char*)old);
3429 3424
3430 thread = rb->create_thread(puzzles_main, stack, stack_sz, 0, "puzzles" 3425 thread = rb->create_thread(puzzles_main, stack, stack_sz, 0, "puzzles"