summaryrefslogtreecommitdiff
path: root/src/help_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help_system.c')
-rw-r--r--src/help_system.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/help_system.c b/src/help_system.c
index 7859961db..3ebbcb9ec 100644
--- a/src/help_system.c
+++ b/src/help_system.c
@@ -16,6 +16,8 @@
extern u8 gGlyphInfo[];
+bool8 gHelpSystemEnabled;
+
struct HelpSystemVideoState
{
/*0x00*/ MainCallback savedVblankCb;