summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/help')
-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
39 files changed, 78 insertions, 78 deletions
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 },