summaryrefslogtreecommitdiff
path: root/src/script.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-25 12:06:59 -0700
committerYamaArashi <shadow962@live.com>2016-09-25 12:06:59 -0700
commita5727f581bb76e0a2240f3a352204689d18a25e2 (patch)
tree077c23ac87136164b76739af1aaf7530d1575c90 /src/script.c
parent012896c6d89e9ced8c712edfe32595fd81c27882 (diff)
define more variables in C
Diffstat (limited to 'src/script.c')
-rw-r--r--src/script.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/script.c b/src/script.c
index e4be0442e..df2763a36 100644
--- a/src/script.c
+++ b/src/script.c
@@ -9,10 +9,10 @@ extern u16 VarGet(u16);
extern u8 *gUnknown_0202E8AC;
extern u32 gUnknown_0202E8B0;
-extern u8 sScriptContext1Status;
-extern struct ScriptContext sScriptContext1;
-extern struct ScriptContext sScriptContext2;
-extern bool8 sScriptContext2Enabled;
+static u8 sScriptContext1Status;
+static struct ScriptContext sScriptContext1;
+static struct ScriptContext sScriptContext2;
+static bool8 sScriptContext2Enabled;
extern ScrCmdFunc gScriptCmdTable[];
extern ScrCmdFunc gScriptCmdTableEnd[];