diff options
Diffstat (limited to 'include/match_call.h')
-rw-r--r-- | include/match_call.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/match_call.h b/include/match_call.h index 6803d2f26..52eab63ec 100644 --- a/include/match_call.h +++ b/include/match_call.h @@ -14,7 +14,10 @@ s32 GetRematchIdxByTrainerIdx(s32 trainerIdx); void InitMatchCallCounters(void); bool32 TryStartMatchCall(void); bool32 IsMatchCallTaskActive(void); -void StartMatchCallFromScript(u8* script); +void StartMatchCallFromScript(u8 *message); void sub_8197080(u8 *destStr); +bool32 SelectMatchCallMessage(int, u8 *); +void sub_8197184(u32 windowId, u32 destOffset, u32 paletteId); +void sub_81971C4(u32 windowId, u32 tileOffset, u32 paletteId); #endif //GUARD_MATCH_CALL_H |