424 lines
11 KiB
C
Executable File
424 lines
11 KiB
C
Executable File
const u8 gEasyChatWord_Listen[] = _("LISTEN");
|
|
const u8 gEasyChatWord_NotVery[] = _("NOT VERY");
|
|
const u8 gEasyChatWord_Mean[] = _("MEAN");
|
|
const u8 gEasyChatWord_Lie[] = _("LIE");
|
|
const u8 gEasyChatWord_Lay[] = _("LAY");
|
|
const u8 gEasyChatWord_Recommend[] = _("RECOMMEND");
|
|
const u8 gEasyChatWord_Nitwit[] = _("NITWIT");
|
|
const u8 gEasyChatWord_Quite[] = _("QUITE");
|
|
const u8 gEasyChatWord_From[] = _("FROM");
|
|
const u8 gEasyChatWord_Feeling[] = _("FEELING");
|
|
const u8 gEasyChatWord_But[] = _("BUT");
|
|
const u8 gEasyChatWord_However[] = _("HOWEVER");
|
|
const u8 gEasyChatWord_Case[] = _("CASE");
|
|
const u8 gEasyChatWord_The[] = _("THE");
|
|
const u8 gEasyChatWord_Miss[] = _("MISS");
|
|
const u8 gEasyChatWord_How[] = _("HOW");
|
|
const u8 gEasyChatWord_Hit[] = _("HIT");
|
|
const u8 gEasyChatWord_Enough[] = _("ENOUGH");
|
|
const u8 gEasyChatWord_ALot[] = _("A LOT");
|
|
const u8 gEasyChatWord_ALittle[] = _("A LITTLE");
|
|
const u8 gEasyChatWord_Absolutely[] = _("ABSOLUTELY");
|
|
const u8 gEasyChatWord_And[] = _("AND");
|
|
const u8 gEasyChatWord_Only[] = _("ONLY");
|
|
const u8 gEasyChatWord_Around[] = _("AROUND");
|
|
const u8 gEasyChatWord_Probably[] = _("PROBABLY");
|
|
const u8 gEasyChatWord_If[] = _("IF");
|
|
const u8 gEasyChatWord_Very[] = _("VERY");
|
|
const u8 gEasyChatWord_ATinyBit[] = _("A TINY BIT");
|
|
const u8 gEasyChatWord_Wild[] = _("WILD");
|
|
const u8 gEasyChatWord_Thats[] = _("THAT'S");
|
|
const u8 gEasyChatWord_Just[] = _("JUST");
|
|
const u8 gEasyChatWord_EvenSo[] = _("EVEN SO,");
|
|
const u8 gEasyChatWord_MustBe[] = _("MUST BE");
|
|
const u8 gEasyChatWord_Naturally[] = _("NATURALLY");
|
|
const u8 gEasyChatWord_ForNow[] = _("FOR NOW,");
|
|
const u8 gEasyChatWord_Understood[] = _("UNDERSTOOD");
|
|
const u8 gEasyChatWord_Joking[] = _("JOKING");
|
|
const u8 gEasyChatWord_Ready[] = _("READY");
|
|
const u8 gEasyChatWord_Something[] = _("SOMETHING");
|
|
const u8 gEasyChatWord_Somehow[] = _("SOMEHOW");
|
|
const u8 gEasyChatWord_Although[] = _("ALTHOUGH");
|
|
const u8 gEasyChatWord_Also[] = _("ALSO");
|
|
const u8 gEasyChatWord_Perfect[] = _("PERFECT");
|
|
const u8 gEasyChatWord_AsMuchAs[] = _("AS MUCH AS");
|
|
const u8 gEasyChatWord_Really[] = _("REALLY");
|
|
const u8 gEasyChatWord_Truly[] = _("TRULY");
|
|
const u8 gEasyChatWord_Seriously[] = _("SERIOUSLY");
|
|
const u8 gEasyChatWord_Totally[] = _("TOTALLY");
|
|
const u8 gEasyChatWord_Until[] = _("UNTIL");
|
|
const u8 gEasyChatWord_AsIf[] = _("AS IF");
|
|
const u8 gEasyChatWord_Mood[] = _("MOOD");
|
|
const u8 gEasyChatWord_Rather[] = _("RATHER");
|
|
const u8 gEasyChatWord_Awfully[] = _("AWFULLY");
|
|
const u8 gEasyChatWord_Mode[] = _("MODE");
|
|
const u8 gEasyChatWord_More[] = _("MORE");
|
|
const u8 gEasyChatWord_TooLate[] = _("TOO LATE");
|
|
const u8 gEasyChatWord_Finally[] = _("FINALLY");
|
|
const u8 gEasyChatWord_Any[] = _("ANY");
|
|
const u8 gEasyChatWord_Instead[] = _("INSTEAD");
|
|
const u8 gEasyChatWord_Fantastic[] = _("FANTASTIC");
|
|
|
|
const struct EasyChatWordInfo gEasyChatGroup_Speech[] = {
|
|
[EC_INDEX(EC_WORD_LISTEN)] =
|
|
{
|
|
.text = gEasyChatWord_Listen,
|
|
.alphabeticalOrder = 19,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_NOT_VERY)] =
|
|
{
|
|
.text = gEasyChatWord_NotVery,
|
|
.alphabeticalOrder = 18,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MEAN)] =
|
|
{
|
|
.text = gEasyChatWord_Mean,
|
|
.alphabeticalOrder = 27,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_LIE)] =
|
|
{
|
|
.text = gEasyChatWord_Lie,
|
|
.alphabeticalOrder = 20,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_LAY)] =
|
|
{
|
|
.text = gEasyChatWord_Lay,
|
|
.alphabeticalOrder = 41,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_RECOMMEND)] =
|
|
{
|
|
.text = gEasyChatWord_Recommend,
|
|
.alphabeticalOrder = 40,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_NITWIT)] =
|
|
{
|
|
.text = gEasyChatWord_Nitwit,
|
|
.alphabeticalOrder = 21,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_QUITE)] =
|
|
{
|
|
.text = gEasyChatWord_Quite,
|
|
.alphabeticalOrder = 57,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FROM)] =
|
|
{
|
|
.text = gEasyChatWord_From,
|
|
.alphabeticalOrder = 23,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FEELING)] =
|
|
{
|
|
.text = gEasyChatWord_Feeling,
|
|
.alphabeticalOrder = 49,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_BUT)] =
|
|
{
|
|
.text = gEasyChatWord_But,
|
|
.alphabeticalOrder = 43,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_HOWEVER)] =
|
|
{
|
|
.text = gEasyChatWord_However,
|
|
.alphabeticalOrder = 52,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_CASE)] =
|
|
{
|
|
.text = gEasyChatWord_Case,
|
|
.alphabeticalOrder = 10,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_THE)] =
|
|
{
|
|
.text = gEasyChatWord_The,
|
|
.alphabeticalOrder = 12,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MISS)] =
|
|
{
|
|
.text = gEasyChatWord_Miss,
|
|
.alphabeticalOrder = 17,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_HOW)] =
|
|
{
|
|
.text = gEasyChatWord_How,
|
|
.alphabeticalOrder = 31,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_HIT)] =
|
|
{
|
|
.text = gEasyChatWord_Hit,
|
|
.alphabeticalOrder = 59,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ENOUGH)] =
|
|
{
|
|
.text = gEasyChatWord_Enough,
|
|
.alphabeticalOrder = 9,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_A_LOT)] =
|
|
{
|
|
.text = gEasyChatWord_ALot,
|
|
.alphabeticalOrder = 56,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_A_LITTLE)] =
|
|
{
|
|
.text = gEasyChatWord_ALittle,
|
|
.alphabeticalOrder = 34,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ABSOLUTELY)] =
|
|
{
|
|
.text = gEasyChatWord_Absolutely,
|
|
.alphabeticalOrder = 8,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_AND)] =
|
|
{
|
|
.text = gEasyChatWord_And,
|
|
.alphabeticalOrder = 16,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ONLY)] =
|
|
{
|
|
.text = gEasyChatWord_Only,
|
|
.alphabeticalOrder = 15,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_AROUND)] =
|
|
{
|
|
.text = gEasyChatWord_Around,
|
|
.alphabeticalOrder = 11,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PROBABLY)] =
|
|
{
|
|
.text = gEasyChatWord_Probably,
|
|
.alphabeticalOrder = 25,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_IF)] =
|
|
{
|
|
.text = gEasyChatWord_If,
|
|
.alphabeticalOrder = 58,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_VERY)] =
|
|
{
|
|
.text = gEasyChatWord_Very,
|
|
.alphabeticalOrder = 36,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_A_TINY_BIT)] =
|
|
{
|
|
.text = gEasyChatWord_ATinyBit,
|
|
.alphabeticalOrder = 30,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_WILD)] =
|
|
{
|
|
.text = gEasyChatWord_Wild,
|
|
.alphabeticalOrder = 4,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_THAT_S)] =
|
|
{
|
|
.text = gEasyChatWord_Thats,
|
|
.alphabeticalOrder = 3,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_JUST)] =
|
|
{
|
|
.text = gEasyChatWord_Just,
|
|
.alphabeticalOrder = 0,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_EVEN_SO)] =
|
|
{
|
|
.text = gEasyChatWord_EvenSo,
|
|
.alphabeticalOrder = 2,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MUST_BE)] =
|
|
{
|
|
.text = gEasyChatWord_MustBe,
|
|
.alphabeticalOrder = 14,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_NATURALLY)] =
|
|
{
|
|
.text = gEasyChatWord_Naturally,
|
|
.alphabeticalOrder = 53,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FOR_NOW)] =
|
|
{
|
|
.text = gEasyChatWord_ForNow,
|
|
.alphabeticalOrder = 50,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_UNDERSTOOD)] =
|
|
{
|
|
.text = gEasyChatWord_Understood,
|
|
.alphabeticalOrder = 54,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_JOKING)] =
|
|
{
|
|
.text = gEasyChatWord_Joking,
|
|
.alphabeticalOrder = 32,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_READY)] =
|
|
{
|
|
.text = gEasyChatWord_Ready,
|
|
.alphabeticalOrder = 33,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SOMETHING)] =
|
|
{
|
|
.text = gEasyChatWord_Something,
|
|
.alphabeticalOrder = 6,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SOMEHOW)] =
|
|
{
|
|
.text = gEasyChatWord_Somehow,
|
|
.alphabeticalOrder = 1,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ALTHOUGH)] =
|
|
{
|
|
.text = gEasyChatWord_Although,
|
|
.alphabeticalOrder = 22,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ALSO)] =
|
|
{
|
|
.text = gEasyChatWord_Also,
|
|
.alphabeticalOrder = 42,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PERFECT)] =
|
|
{
|
|
.text = gEasyChatWord_Perfect,
|
|
.alphabeticalOrder = 24,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_AS_MUCH_AS)] =
|
|
{
|
|
.text = gEasyChatWord_AsMuchAs,
|
|
.alphabeticalOrder = 7,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_REALLY)] =
|
|
{
|
|
.text = gEasyChatWord_Really,
|
|
.alphabeticalOrder = 51,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TRULY)] =
|
|
{
|
|
.text = gEasyChatWord_Truly,
|
|
.alphabeticalOrder = 37,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SERIOUSLY)] =
|
|
{
|
|
.text = gEasyChatWord_Seriously,
|
|
.alphabeticalOrder = 44,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TOTALLY)] =
|
|
{
|
|
.text = gEasyChatWord_Totally,
|
|
.alphabeticalOrder = 5,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_UNTIL)] =
|
|
{
|
|
.text = gEasyChatWord_Until,
|
|
.alphabeticalOrder = 46,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_AS_IF)] =
|
|
{
|
|
.text = gEasyChatWord_AsIf,
|
|
.alphabeticalOrder = 39,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MOOD)] =
|
|
{
|
|
.text = gEasyChatWord_Mood,
|
|
.alphabeticalOrder = 38,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_RATHER)] =
|
|
{
|
|
.text = gEasyChatWord_Rather,
|
|
.alphabeticalOrder = 29,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_AWFULLY)] =
|
|
{
|
|
.text = gEasyChatWord_Awfully,
|
|
.alphabeticalOrder = 13,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MODE)] =
|
|
{
|
|
.text = gEasyChatWord_Mode,
|
|
.alphabeticalOrder = 55,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MORE)] =
|
|
{
|
|
.text = gEasyChatWord_More,
|
|
.alphabeticalOrder = 47,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TOO_LATE)] =
|
|
{
|
|
.text = gEasyChatWord_TooLate,
|
|
.alphabeticalOrder = 45,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FINALLY)] =
|
|
{
|
|
.text = gEasyChatWord_Finally,
|
|
.alphabeticalOrder = 35,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ANY)] =
|
|
{
|
|
.text = gEasyChatWord_Any,
|
|
.alphabeticalOrder = 48,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_INSTEAD)] =
|
|
{
|
|
.text = gEasyChatWord_Instead,
|
|
.alphabeticalOrder = 26,
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FANTASTIC)] =
|
|
{
|
|
.text = gEasyChatWord_Fantastic,
|
|
.alphabeticalOrder = 28,
|
|
.enabled = TRUE,
|
|
},
|
|
};
|