diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 02:44:02 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 02:44:02 -0500 |
commit | ee6942683882e2abd4bde79f8355b71abbd21af9 (patch) | |
tree | 20777187e2b57fa19eae08ad3ae7a7a5098f6726 /include/easy_chat.h | |
parent | 0f6cc27e81d4985d61e5caa669027801d520a122 (diff) |
Eliminate more externs
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 2efdc4e5d..84ac15422 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -134,5 +134,6 @@ u16 EasyChat_GetNumWordsInGroup(u8); u16 sub_811EE90(u16); void DoEasyChatScreen(u8 type, u16 *words, MainCallback callback, u8 displayedPersonType); void sub_811F8BC(void); +void sub_811EFC0(u8 additionalPhraseId); #endif // GUARD_EASYCHAT_H |