summaryrefslogtreecommitdiff
path: root/include/match_call.h
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-03-08 13:28:49 -0600
committerGitHub <noreply@github.com>2019-03-08 13:28:49 -0600
commitd637317e324a9055ae42286046dd4b081f39d51a (patch)
tree99c243e92cae64a2b60b5c4b86e161db9072a7b0 /include/match_call.h
parentbd157b301dea3526a4c373737dc8167d9a02b168 (diff)
parent5886f82ef5593fda68687c2e44b2feef76028ce3 (diff)
Merge pull request #592 from Phlosioneer/extern-cleanup
Extern cleanup
Diffstat (limited to 'include/match_call.h')
-rw-r--r--include/match_call.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/match_call.h b/include/match_call.h
index 17d40d41c..6803d2f26 100644
--- a/include/match_call.h
+++ b/include/match_call.h
@@ -12,5 +12,9 @@ enum {
s32 GetRematchIdxByTrainerIdx(s32 trainerIdx);
void InitMatchCallCounters(void);
+bool32 TryStartMatchCall(void);
+bool32 IsMatchCallTaskActive(void);
+void StartMatchCallFromScript(u8* script);
+void sub_8197080(u8 *destStr);
#endif //GUARD_MATCH_CALL_H