diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-16 11:00:13 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-16 11:21:13 -0500 |
commit | f9f5f34b0c52b02e6b342ecdbccb2692d1c75521 (patch) | |
tree | e0957686ea706caa2f2768e755981a01f69faee0 /include/match_call.h | |
parent | c7954e12129c3f8b99fa7b002b84a59da654354e (diff) |
Finish decompiling pokenav_unk_4.c
Diffstat (limited to 'include/match_call.h')
-rw-r--r-- | include/match_call.h | 2 |
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 |