diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-24 18:13:32 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-24 18:29:00 -0500 |
commit | d7a9fcb9755cd06e4e0245b848e44f4ff75e22cb (patch) | |
tree | 3b5a20f917b53f5b24e104482a34717a997ddd08 /src/script.c | |
parent | e6caf0ff1019a1744df5b7c550a1a40db33d0154 (diff) |
Cleanup mevent2
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 c95a1141f..91690dd33 100644 --- a/src/script.c +++ b/src/script.c @@ -1,6 +1,7 @@ #include "global.h" #include "script.h" #include "event_data.h" +#include "mevent.h" #include "util.h" #include "constants/map_scripts.h" @@ -8,8 +9,6 @@ extern const u8* gUnknown_020375C0; -extern bool32 sub_801B27C(void); - // ewram bss IWRAM_DATA static u8 sScriptContext1Status; IWRAM_DATA static u32 sUnusedVariable1; |