diff options
Diffstat (limited to 'include/match_call.h')
-rw-r--r-- | include/match_call.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/match_call.h b/include/match_call.h index 1f431bfaf..6803d2f26 100644 --- a/include/match_call.h +++ b/include/match_call.h @@ -11,5 +11,10 @@ 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 |