diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-28 15:42:51 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-28 15:55:33 -0500 |
commit | 89b85a49ec30d613244bd5c76f0a86ab1022bc48 (patch) | |
tree | 28bd3b8fc74f4512cd13e9924960b49e60988b3e /include/easy_chat.h | |
parent | 8fe4d004e369ee8378f4295b0e3926fbe9df7627 (diff) |
Index gBardSounds_Moves and gBardSounds_Pokemon with constants
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 2 |
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); |