diff options
Diffstat (limited to 'include/match_call.h')
-rw-r--r-- | include/match_call.h | 3 |
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 |