summaryrefslogtreecommitdiff
path: root/include/easy_chat.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-23 08:09:06 +0800
committerEvan <eroelke@gmail.com>2019-12-04 14:54:50 -0700
commit17743fe0e675be80b3df7bc3b480c684fe110fde (patch)
tree83c6c3f6a4f7a17a8c010d8ebe01c4df81619ae3 /include/easy_chat.h
parent27ff20d31dc53eba10837064b6c91b99ccf87d8d (diff)
party_menu third quarter
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r--include/easy_chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h
index 765758035..9c642bb36 100644
--- a/include/easy_chat.h
+++ b/include/easy_chat.h
@@ -45,5 +45,6 @@ u16 GetDisplayedWordByIndex(u16 index);
u16 GetNumDisplayedWords(void);
const u8 *GetEasyChatWordGroupName(u8);
u8 *CopyEasyChatWordPadded(u8 *, u16, u16);
+void DoEasyChatScreen(u8 type, u16 *words, MainCallback callback); // TODO: currently in link_rfu.s. further file split needed?
#endif // GUARD_EASYCHAT_H