diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-17 17:20:40 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-17 17:20:40 -0500 |
commit | e9a3cc6d51ce3818eed11de585f5084342450093 (patch) | |
tree | 414ed687f836521c1a966531e87122951c070083 /include/easy_chat.h | |
parent | c3feb9871f4d05cd9874dd8fc0c2016eaa072864 (diff) | |
parent | 4ae8a52473a0e4842cf140bf0c59f0276125a896 (diff) |
Merge remote-tracking branch 'upstream/master' into move-tutor
# Conflicts:
# include/pokenav.h
# src/battle_script_commands.c
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 |