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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/help_system.c b/src/help_system.c
index 946da55be..196053274 100644
--- a/src/help_system.c
+++ b/src/help_system.c
@@ -9,6 +9,10 @@
#include "event_data.h"
#include "constants/songs.h"
+#if !defined(NONMATCHING) && MODERN
+#define static
+#endif
+
extern u8 gGlyphInfo[];
bool8 gHelpSystemEnabled;