summaryrefslogtreecommitdiff
path: root/src/script.c
diff options
context:
space:
mode:
authordrifloony <drifloony@users.noreply.github.com>2017-07-21 15:34:05 -0700
committerGitHub <noreply@github.com>2017-07-21 15:34:05 -0700
commit8ed167339c52b32e5149077e9e2c91f981268af9 (patch)
tree765873e0da27644ad94fcf0eee9a8f76f95e96c6 /src/script.c
parent95d3a7848ca07ad7035d1a717b489c4ea303a3ba (diff)
parent68e47a6fa0b56451223c22dc9a759534c988db5b (diff)
Merge branch 'master' into mon_markings
Diffstat (limited to 'src/script.c')
-rw-r--r--src/script.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script.c b/src/script.c
index c27eb22fe..e5be913c6 100644
--- a/src/script.c
+++ b/src/script.c
@@ -4,8 +4,7 @@
#define RAM_SCRIPT_MAGIC 51
-extern u8 *gUnknown_0202E8AC;
-extern u32 gUnknown_0202E8B0;
+EWRAM_DATA u8 *gUnknown_0202E8AC = NULL;
static u8 sScriptContext1Status;
static struct ScriptContext sScriptContext1;