summaryrefslogtreecommitdiff
path: root/src/field_message_box.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-01 22:32:50 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-01 22:32:50 -0500
commit3ceb1667c9b5e81934c7d608efc08905f21c372e (patch)
tree345a20d3189cfbf8ad00824f16872883dfdb1975 /src/field_message_box.c
parent3b04cfa437b093a21cdc5021843b5f52a124861e (diff)
Reduce externs
Diffstat (limited to 'src/field_message_box.c')
-rwxr-xr-xsrc/field_message_box.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/field_message_box.c b/src/field_message_box.c
index 299aafaf2..fa1aee566 100755
--- a/src/field_message_box.c
+++ b/src/field_message_box.c
@@ -4,9 +4,7 @@
#include "string_util.h"
#include "task.h"
#include "text.h"
-
-extern bool32 IsMatchCallTaskActive(void);
-extern void StartMatchCallFromScript(u8*);
+#include "match_call.h"
static EWRAM_DATA u8 sFieldMessageBoxMode = 0;