summaryrefslogtreecommitdiff
path: root/include/match_call.h
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2021-05-23 10:51:26 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2021-05-23 10:51:26 -0400
commitc723d980e772f7e7ab82dbcb7ad07132c09ab5b4 (patch)
tree0bed002b2990b9e837220618a321f3b6517a1099 /include/match_call.h
parentc50a21fba07db80ac44c6f09fd202ba4b2e2c7d3 (diff)
parentffbbc88801de3fc56d0bf5f0af1418ca7cfcfa4f (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/match_call.h')
-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