summaryrefslogtreecommitdiff
path: root/src/help_system.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-08 13:54:52 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-08 13:54:52 -0400
commit20efe34745e3f53f6c570a063718972cc50c8a97 (patch)
tree4dab7882769796c548079512a3b1e38c76325aa5 /src/help_system.c
parent3c3fd189d8e74a0b420089c6d4132f0ab10b8a73 (diff)
help_system common syms
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;