summaryrefslogtreecommitdiff
path: root/src/data/easy_chat/easy_chat_group_adjectives.h
blob: 612f41c641fe60cd8feec3e031d9b772ce1c62bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220

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
    }
};