diff options
Diffstat (limited to 'src/mystery_event_script.c')
-rw-r--r-- | src/mystery_event_script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mystery_event_script.c b/src/mystery_event_script.c index d64c2c69e..86e7217ef 100644 --- a/src/mystery_event_script.c +++ b/src/mystery_event_script.c @@ -26,7 +26,7 @@ extern ScrCmdFunc gMysteryEventScriptCmdTableEnd[]; #define LANGUAGE_MASK 0x1 #define VERSION_MASK 0x200 -EWRAM_DATA struct ScriptContext sMysteryEventScriptContext = {0}; +EWRAM_DATA static struct ScriptContext sMysteryEventScriptContext = {0}; static bool32 CheckCompatibility(u16 a1, u32 a2, u16 a3, u32 a4) { |