diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-28 15:50:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 15:50:13 -0500 |
commit | 7b913802ab5745ea7529b634ebca6a147fe1c560 (patch) | |
tree | 6932ba627bf459011086528dc530ffdca1c05433 /include/constants/easy_chat.h | |
parent | 6282f75cae2fb9484b9fe9a6c601c9a0c07c4250 (diff) | |
parent | 7e38583a5dc00b37a5ad7df94d4489c3150def8c (diff) |
Merge pull request #477 from GriffinRichards/sync-global
Sync global
Diffstat (limited to 'include/constants/easy_chat.h')
-rw-r--r-- | include/constants/easy_chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/easy_chat.h b/include/constants/easy_chat.h index b43e93da2..982b79d2d 100644 --- a/include/constants/easy_chat.h +++ b/include/constants/easy_chat.h @@ -1077,6 +1077,7 @@ #define EC_WORD_OLD (EC_GROUP_TRENDY_SAYING << 9) | 0x1e #define EC_WORD_YOUNG (EC_GROUP_TRENDY_SAYING << 9) | 0x1f #define EC_WORD_UGLY (EC_GROUP_TRENDY_SAYING << 9) | 0x20 +#define NUM_ADDITIONAL_PHRASES 33 #define EC_POKEMON(mon) ((EC_GROUP_POKEMON << 9) | SPECIES_##mon) #define EC_POKEMON2(mon) ((EC_GROUP_POKEMON_2 << 9) | SPECIES_##mon) |