diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-15 18:48:46 -0700 |
---|---|---|
committer | drifloony <drifloony@users.noreply.github.com> | 2017-07-20 20:13:02 -0700 |
commit | e4a72cbff306e805606c3d95e5192e535fcb0ca8 (patch) | |
tree | 82d387a57efcb1867ce2dc7a73fb277b26d487c7 /src/script.c | |
parent | 7d960d219fae9d0a14ef1974c11231f8de55b89c (diff) |
map out ram variables
Diffstat (limited to 'src/script.c')
-rw-r--r-- | src/script.c | 3 |
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; |