diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-08 14:37:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 14:37:34 -0400 |
commit | ac38e814546eca637ea4bafe8792b8d38ff486a3 (patch) | |
tree | 0fdfb8c0aa81613b1c7e95187838e2515e5fb9e4 /include/constants/easy_chat.h | |
parent | 85ca62e823e563ebec97e9e340fdde0af42d9221 (diff) | |
parent | ddef816f7d315f7d14b1458da711333dee52bfd7 (diff) |
Merge pull request #293 from PikalaxALT/easy_chat_2
Port easy_chat_2
Diffstat (limited to 'include/constants/easy_chat.h')
-rw-r--r-- | include/constants/easy_chat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/easy_chat.h b/include/constants/easy_chat.h index 7261365c2..b43e93da2 100644 --- a/include/constants/easy_chat.h +++ b/include/constants/easy_chat.h @@ -6,6 +6,10 @@ #define EASY_CHAT_TYPE_BATTLE_WON 2 #define EASY_CHAT_TYPE_BATTLE_LOST 3 #define EASY_CHAT_TYPE_MAIL 4 +#define EASY_CHAT_TYPE_MAIL_NO_CONFIRM 5 +#define EASY_CHAT_TYPE_BARD_SONG 6 +#define EASY_CHAT_TYPE_INTERVIEW 7 +#define EASY_CHAT_TYPE_TRENDY_PHRASE 9 #define EASY_CHAT_TYPE_QUESTIONNAIRE 14 #define EC_GROUP_POKEMON_2 0x0 |