summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help/netslide.c
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-06-03 13:45:07 -0400
committerFranklin Wei <git@fwei.tk>2017-06-03 13:45:07 -0400
commit552a271c6fea8d36390858ca6d12c4c98f663002 (patch)
tree046ea6cdc0cbadae014715c02af6ada4e966a92c /apps/plugins/puzzles/help/netslide.c
parentcefbde0bbb5f90523233a56ca6c0b0699b4b359e (diff)
downloadrockbox-552a271c6fea8d36390858ca6d12c4c98f663002.tar.gz
rockbox-552a271c6fea8d36390858ca6d12c4c98f663002.zip
puzzles: remove redundant help content
It used to be that each puzzle had a complete copy of the entire puzzles manual and the "quick help" text for every single puzzle. This was obviously a waste, so now each puzzle only has the sections of the manual that apply to it, saving about 100KB or so per puzzle. This also has the added benefit of shrinking binary size enough to allow full help support on the c200v2, which has been enabled. Change-Id: I76c799635de058e4a48e0c18b79537857af7cf85
Diffstat (limited to 'apps/plugins/puzzles/help/netslide.c')
-rw-r--r--apps/plugins/puzzles/help/netslide.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/help/netslide.c b/apps/plugins/puzzles/help/netslide.c
new file mode 100644
index 0000000000..b742e4eb53
--- /dev/null
+++ b/apps/plugins/puzzles/help/netslide.c
@@ -0,0 +1,20 @@
1/* auto-generated by genhelp.sh */
2/* DO NOT EDIT! */
3const char help_text[] =
4"#Chapter 9: Netslide "
5"\n"
6"This game combines the grid generation of Net (see chapter 3) with "
7"the movement of Sixteen (see chapter 6): you have a Net grid, but "
8"instead of rotating tiles back into place you have to slide them "
9"into place by moving a whole row at a time. "
10"\n"
11"As in Sixteen, control is with the mouse or cursor keys. See section "
12"6.1. "
13"\n"
14"The available game parameters have similar meanings to those in Net "
15"(see section 3.2) and Sixteen (see section 6.2). "
16"\n"
17"Netslide was contributed to this collection by Richard Boulton. "
18"\n"
19;
20const char quick_help_text[] = "Slide a row at a time to reassemble the network.";