summaryrefslogtreecommitdiff
path: root/include/match_call.h
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 /include/match_call.h
parent3b04cfa437b093a21cdc5021843b5f52a124861e (diff)
Reduce externs
Diffstat (limited to 'include/match_call.h')
-rw-r--r--include/match_call.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/match_call.h b/include/match_call.h
index 17d40d41c..1bf654937 100644
--- a/include/match_call.h
+++ b/include/match_call.h
@@ -12,5 +12,8 @@ enum {
s32 GetRematchIdxByTrainerIdx(s32 trainerIdx);
void InitMatchCallCounters(void);
+bool32 TryStartMatchCall(void);
+bool32 IsMatchCallTaskActive(void);
+void StartMatchCallFromScript(u8* script);
#endif //GUARD_MATCH_CALL_H