summaryrefslogtreecommitdiff
path: root/src/help_system.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-14 21:04:11 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-14 21:04:11 -0400
commit37537e38f99e2d0ad055d8d72e244f9f83ea8125 (patch)
treea259730235bf3e2e8795a5e078104fbc30fde1cd /src/help_system.c
parent31f4edbe503134eba4f7fee8ca9ecc85099c51bd (diff)
parent5075067ecd8718ab96a063946662c71fe3ef5369 (diff)
Merge branch 'master' of github.com:pret/pokefirered into battle_multi_buffer
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;