From 552a271c6fea8d36390858ca6d12c4c98f663002 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 3 Jun 2017 13:45:07 -0400 Subject: 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 --- apps/plugins/puzzles/help.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/puzzles/help.h') diff --git a/apps/plugins/puzzles/help.h b/apps/plugins/puzzles/help.h index e97fe870bf..29fcb8271c 100644 --- a/apps/plugins/puzzles/help.h +++ b/apps/plugins/puzzles/help.h @@ -1,7 +1,7 @@ -/* defined in helpcontent.c */ +/* defined in help/ */ -extern int help_chapteroffsets[], help_maxlen, help_numchapters; extern const char help_text[]; +extern const char quick_help_text[]; /* in help.c */ void full_help(const char *name); -- cgit v1.2.3