summaryrefslogtreecommitdiff
path: root/include/easy_chat.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-01 14:59:45 -0500
committerGitHub <noreply@github.com>2021-02-01 14:59:45 -0500
commit90513a9d726e6cda19a3f8fdc8988ee31d9f4ff1 (patch)
tree222557193014edeffd90a19a16e97a5e03193440 /include/easy_chat.h
parent740c0a6bc1f9817215c4efe2eeb3b7fbe0e260fb (diff)
parent12af03cd62732bd63c0bc482d63f59ee97bc17f2 (diff)
Merge pull request #1318 from GriffinRichards/bardmoves
Minor bard music clean up
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r--include/easy_chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h
index f2ef066d4..2fa7f7b3e 100644
--- a/include/easy_chat.h
+++ b/include/easy_chat.h
@@ -127,7 +127,7 @@ u8 * CopyEasyChatWord(u8 *dest, u16 word);
bool32 sub_811F8D8(int word);
void InitializeEasyChatWordArray(u16 *words, u16 length);
u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 columns, u16 rows);
-bool8 ECWord_CheckIfOutsideOfValidRange(u16 word);
+bool8 IsBardWordInvalid(u16 word);
u16 GetRandomEasyChatWordFromGroup(u16 group);
u16 GetNewHipsterPhraseToTeach(void);
u16 EasyChat_GetNumWordsInGroup(u8);