summaryrefslogtreecommitdiff
path: root/include/match_call.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-04-16 11:00:13 -0500
committerhuderlem <huderlem@gmail.com>2019-04-16 11:21:13 -0500
commitf9f5f34b0c52b02e6b342ecdbccb2692d1c75521 (patch)
treee0957686ea706caa2f2768e755981a01f69faee0 /include/match_call.h
parentc7954e12129c3f8b99fa7b002b84a59da654354e (diff)
Finish decompiling pokenav_unk_4.c
Diffstat (limited to 'include/match_call.h')
-rw-r--r--include/match_call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/match_call.h b/include/match_call.h
index 014b20eb4..52eab63ec 100644
--- a/include/match_call.h
+++ b/include/match_call.h
@@ -17,5 +17,7 @@ bool32 IsMatchCallTaskActive(void);
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