diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-10 17:36:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 17:36:43 -0400 |
commit | a9a427c6f268e04468c8e30242f3ed4f96036848 (patch) | |
tree | 6bab63e3bd983d393f7182bcc271c3e0ab2d3b93 /include/match_call.h | |
parent | 2859900ea9aa6f381006976fa94b95e6a4cad0b7 (diff) | |
parent | a7815857ad8af1a35e69692e6eee3e854421b790 (diff) |
Merge branch 'master' into doc-link
Diffstat (limited to 'include/match_call.h')
-rw-r--r-- | include/match_call.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/match_call.h b/include/match_call.h index 8214e03b7..bc5f374bd 100644 --- a/include/match_call.h +++ b/include/match_call.h @@ -14,7 +14,7 @@ s32 GetRematchIdxByTrainerIdx(s32 trainerIdx); void InitMatchCallCounters(void); bool32 TryStartMatchCall(void); bool32 IsMatchCallTaskActive(void); -void StartMatchCallFromScript(u8 *message); +void StartMatchCallFromScript(const u8 *message); void BufferPokedexRatingForMatchCall(u8 *destStr); bool32 SelectMatchCallMessage(int, u8 *); void sub_8197184(u32 windowId, u32 destOffset, u32 paletteId); |