diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-29 00:25:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 00:25:01 -0400 |
commit | f7a699c686d329edb48686d175caf709de426bf5 (patch) | |
tree | e018c1eff7e4ea0ba86cca1cfdcb034e40dbd7c7 /include/constants/easy_chat.h | |
parent | 6c38837b266c0dd36ccdd04559199282daa7a8a0 (diff) | |
parent | aad090e154d4cb1397468f3b19071ddad688a7bc (diff) |
Merge pull request #1421 from GriffinRichards/doc-tvrecordmix
Document TV
Diffstat (limited to 'include/constants/easy_chat.h')
-rw-r--r-- | include/constants/easy_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/easy_chat.h b/include/constants/easy_chat.h index 069f17fcb..f98cedbb7 100644 --- a/include/constants/easy_chat.h +++ b/include/constants/easy_chat.h @@ -9,7 +9,7 @@ #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_DUMMY_SHOW 8 #define EASY_CHAT_TYPE_TRENDY_PHRASE 9 #define EASY_CHAT_TYPE_GABBY_AND_TY 10 #define EASY_CHAT_TYPE_CONTEST_INTERVIEW 11 |