221 lines
5.9 KiB
C
221 lines
5.9 KiB
C
|
|
static const u8 sEasyChatWord_Wandering[] = _("WANDERING");
|
|
static const u8 sEasyChatWord_Rickety[] = _("RICKETY");
|
|
static const u8 sEasyChatWord_RockSolid[] = _("ROCK-SOLID");
|
|
static const u8 sEasyChatWord_Hungry[] = _("HUNGRY");
|
|
static const u8 sEasyChatWord_Tight[] = _("TIGHT");
|
|
static const u8 sEasyChatWord_Ticklish[] = _("TICKLISH");
|
|
static const u8 sEasyChatWord_Twirling[] = _("TWIRLING");
|
|
static const u8 sEasyChatWord_Spiraling[] = _("SPIRALING");
|
|
static const u8 sEasyChatWord_Thirsty[] = _("THIRSTY");
|
|
static const u8 sEasyChatWord_Lolling[] = _("LOLLING");
|
|
static const u8 sEasyChatWord_Silky[] = _("SILKY");
|
|
static const u8 sEasyChatWord_Sadly[] = _("SADLY");
|
|
static const u8 sEasyChatWord_Hopeless[] = _("HOPELESS");
|
|
static const u8 sEasyChatWord_Useless[] = _("USELESS");
|
|
static const u8 sEasyChatWord_Drooling[] = _("DROOLING");
|
|
static const u8 sEasyChatWord_Exciting[] = _("EXCITING");
|
|
static const u8 sEasyChatWord_Thick[] = _("THICK");
|
|
static const u8 sEasyChatWord_Smooth[] = _("SMOOTH");
|
|
static const u8 sEasyChatWord_Slimy[] = _("SLIMY");
|
|
static const u8 sEasyChatWord_Thin[] = _("THIN");
|
|
static const u8 sEasyChatWord_Break[] = _("BREAK");
|
|
static const u8 sEasyChatWord_Voracious[] = _("VORACIOUS");
|
|
static const u8 sEasyChatWord_Scatter[] = _("SCATTER");
|
|
static const u8 sEasyChatWord_Awesome[] = _("AWESOME");
|
|
static const u8 sEasyChatWord_Wimpy[] = _("WIMPY");
|
|
static const u8 sEasyChatWord_Wobbly[] = _("WOBBLY");
|
|
static const u8 sEasyChatWord_Shaky[] = _("SHAKY");
|
|
static const u8 sEasyChatWord_Ripped[] = _("RIPPED");
|
|
static const u8 sEasyChatWord_Shredded[] = _("SHREDDED");
|
|
static const u8 sEasyChatWord_Increasing[] = _("INCREASING");
|
|
static const u8 sEasyChatWord_Yet[] = _("YET");
|
|
static const u8 sEasyChatWord_Destroyed[] = _("DESTROYED");
|
|
static const u8 sEasyChatWord_Fiery[] = _("FIERY");
|
|
static const u8 sEasyChatWord_LoveyDovey[] = _("LOVEY-DOVEY");
|
|
static const u8 sEasyChatWord_Happily[] = _("HAPPILY");
|
|
static const u8 sEasyChatWord_Anticipation[] = _("ANTICIPATION");
|
|
|
|
static const struct EasyChatWordInfo sEasyChatGroup_Adjectives[] = {
|
|
{
|
|
.text = sEasyChatWord_Wandering,
|
|
.alphabeticalOrder = 35,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Rickety,
|
|
.alphabeticalOrder = 23,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_RockSolid,
|
|
.alphabeticalOrder = 20,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Hungry,
|
|
.alphabeticalOrder = 31,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Tight,
|
|
.alphabeticalOrder = 14,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Ticklish,
|
|
.alphabeticalOrder = 15,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Twirling,
|
|
.alphabeticalOrder = 32,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Spiraling,
|
|
.alphabeticalOrder = 34,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Thirsty,
|
|
.alphabeticalOrder = 12,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Lolling,
|
|
.alphabeticalOrder = 3,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Silky,
|
|
.alphabeticalOrder = 29,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Sadly,
|
|
.alphabeticalOrder = 9,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Hopeless,
|
|
.alphabeticalOrder = 33,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Useless,
|
|
.alphabeticalOrder = 1,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Drooling,
|
|
.alphabeticalOrder = 27,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Exciting,
|
|
.alphabeticalOrder = 2,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Thick,
|
|
.alphabeticalOrder = 11,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Smooth,
|
|
.alphabeticalOrder = 22,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Slimy,
|
|
.alphabeticalOrder = 26,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Thin,
|
|
.alphabeticalOrder = 28,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Break,
|
|
.alphabeticalOrder = 10,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Voracious,
|
|
.alphabeticalOrder = 18,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Scatter,
|
|
.alphabeticalOrder = 17,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Awesome,
|
|
.alphabeticalOrder = 7,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Wimpy,
|
|
.alphabeticalOrder = 16,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Wobbly,
|
|
.alphabeticalOrder = 19,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Shaky,
|
|
.alphabeticalOrder = 8,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Ripped,
|
|
.alphabeticalOrder = 5,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Shredded,
|
|
.alphabeticalOrder = 4,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Increasing,
|
|
.alphabeticalOrder = 6,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Yet,
|
|
.alphabeticalOrder = 13,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Destroyed,
|
|
.alphabeticalOrder = 21,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Fiery,
|
|
.alphabeticalOrder = 0,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_LoveyDovey,
|
|
.alphabeticalOrder = 24,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Happily,
|
|
.alphabeticalOrder = 25,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Anticipation,
|
|
.alphabeticalOrder = 30,
|
|
.enabled = TRUE
|
|
}
|
|
};
|