diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-16 11:08:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:08:43 -0500 |
commit | 533df93dc16c6af8666033711ce66b4d9a4afd64 (patch) | |
tree | 710b66921d56cee486f8aa21a3d8215e05b39715 /include/constants/easy_chat.h | |
parent | 30f01c7df68bb9cf80ece491a457c8ce96c52c83 (diff) | |
parent | 04130a97d9ff799c9f1b439d091c0116adb31bfb (diff) |
Merge branch 'master' into doc-caves
Diffstat (limited to 'include/constants/easy_chat.h')
-rw-r--r-- | include/constants/easy_chat.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/include/constants/easy_chat.h b/include/constants/easy_chat.h index 4ef90ed60..7261365c2 100644 --- a/include/constants/easy_chat.h +++ b/include/constants/easy_chat.h @@ -6,22 +6,7 @@ #define EASY_CHAT_TYPE_BATTLE_WON 2 #define EASY_CHAT_TYPE_BATTLE_LOST 3 #define EASY_CHAT_TYPE_MAIL 4 -#define EASY_CHAT_TYPE_INTERVIEW 5 -#define EASY_CHAT_TYPE_BARD_SONG 6 -#define EASY_CHAT_TYPE_FAN_CLUB 7 -#define EASY_CHAT_TYPE_UNK_8 8 -#define EASY_CHAT_TYPE_TRENDY_PHRASE 9 -#define EASY_CHAT_TYPE_GABBY_AND_TY 10 -#define EASY_CHAT_TYPE_CONTEST_INTERVIEW 11 -#define EASY_CHAT_TYPE_BATTLE_TOWER_INTERVIEW 12 -#define EASY_CHAT_TYPE_GOOD_SAYING 13 -#define EASY_CHAT_TYPE_FAN_QUESTION 14 -#define EASY_CHAT_TYPE_QUIZ_ANSWER 15 -#define EASY_CHAT_TYPE_QUIZ_QUESTION 16 -#define EASY_CHAT_TYPE_QUIZ_SET_QUESTION 17 -#define EASY_CHAT_TYPE_QUIZ_SET_ANSWER 18 -#define EASY_CHAT_TYPE_APPRENTICE 19 -#define EASY_CHAT_TYPE_QUESTIONNAIRE 20 +#define EASY_CHAT_TYPE_QUESTIONNAIRE 14 #define EC_GROUP_POKEMON_2 0x0 #define EC_GROUP_TRAINER 0x1 |