diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-15 11:47:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 11:47:27 -0500 |
commit | db8a5c6c2be2ceedadf836a8e61c71eb0ff6407b (patch) | |
tree | 8b0323bd93c5600c8391d73232242b75135f0401 /include/match_call.h | |
parent | 82f55f238125ff42845881189eb9237692c48ba4 (diff) | |
parent | fee36224eda1acc4329646caf0e65a891928afc0 (diff) |
Merge branch 'master' into fix-eventobj
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 52eab63ec..8214e03b7 100644 --- a/include/match_call.h +++ b/include/match_call.h @@ -15,7 +15,7 @@ void InitMatchCallCounters(void); bool32 TryStartMatchCall(void); bool32 IsMatchCallTaskActive(void); void StartMatchCallFromScript(u8 *message); -void sub_8197080(u8 *destStr); +void BufferPokedexRatingForMatchCall(u8 *destStr); bool32 SelectMatchCallMessage(int, u8 *); void sub_8197184(u32 windowId, u32 destOffset, u32 paletteId); void sub_81971C4(u32 windowId, u32 tileOffset, u32 paletteId); |