summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-01 02:35:14 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-04-01 03:29:15 -0400
commitf58465a274fbae2275766c50206be1a364f21abc (patch)
treed1121c5af088cd2a1f70187665209f9dadb5d4a4 /include
parent69a6a97468d18d53058a188def1e9c21cd3596b0 (diff)
Document match_call.c
Diffstat (limited to 'include')
-rw-r--r--include/match_call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/match_call.h b/include/match_call.h
index bc5f374bd..8aebb3bc7 100644
--- a/include/match_call.h
+++ b/include/match_call.h
@@ -17,7 +17,7 @@ bool32 IsMatchCallTaskActive(void);
void StartMatchCallFromScript(const u8 *message);
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);
+void LoadMatchCallWindowGfx(u32 windowId, u32 destOffset, u32 paletteId);
+void DrawMatchCallTextBoxBorder(u32 windowId, u32 tileOffset, u32 paletteId);
#endif //GUARD_MATCH_CALL_H