summaryrefslogtreecommitdiff
path: root/src/data/easy_chat/easy_chat_group_voices.h
blob: e58b86894007200633503e965d54e9fe16fcc56c (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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382

static const u8 sEasyChatWord_Excl[] = _("!");
static const u8 sEasyChatWord_ExclExcl[] = _("!!");
static const u8 sEasyChatWord_QuesExcl[] = _("?!");
static const u8 sEasyChatWord_Ques[] = _("?");
static const u8 sEasyChatWord_Ellipsis[] = _("…");
static const u8 sEasyChatWord_EllipsisExcl[] = _("…!");
static const u8 sEasyChatWord_EllipsisEllipsisEllipsis[] = _("………");
static const u8 sEasyChatWord_Dash[] = _("-");
static const u8 sEasyChatWord_DashDashDash[] = _("- - -");
static const u8 sEasyChatWord_UhOh[] = _("UH-OH");
static const u8 sEasyChatWord_Waaah[] = _("WAAAH");
static const u8 sEasyChatWord_Ahaha[] = _("AHAHA");
static const u8 sEasyChatWord_OhQues[] = _("OH?");
static const u8 sEasyChatWord_Nope[] = _("NOPE");
static const u8 sEasyChatWord_Urgh[] = _("URGH");
static const u8 sEasyChatWord_Hmm[] = _("HMM");
static const u8 sEasyChatWord_Whoah[] = _("WHOAH");
static const u8 sEasyChatWord_WroooaarExcl[] = _("WROOOAAR!");
static const u8 sEasyChatWord_Wow[] = _("WOW");
static const u8 sEasyChatWord_Giggle[] = _("GIGGLE");
static const u8 sEasyChatWord_Sigh[] = _("SIGH");
static const u8 sEasyChatWord_Unbelievable[] = _("UNBELIEVABLE");
static const u8 sEasyChatWord_Cries[] = _("CRIES");
static const u8 sEasyChatWord_Agree[] = _("AGREE");
static const u8 sEasyChatWord_EhQues[] = _("EH?");
static const u8 sEasyChatWord_Cry[] = _("CRY");
static const u8 sEasyChatWord_Ehehe[] = _("EHEHE");
static const u8 sEasyChatWord_OiOiOi[] = _("OI, OI, OI");
static const u8 sEasyChatWord_OhYeah[] = _("OH, YEAH");
static const u8 sEasyChatWord_Oh[] = _("OH");
static const u8 sEasyChatWord_Oops[] = _("OOPS");
static const u8 sEasyChatWord_Shocked[] = _("SHOCKED");
static const u8 sEasyChatWord_Eek[] = _("EEK");
static const u8 sEasyChatWord_Graaah[] = _("GRAAAH");
static const u8 sEasyChatWord_Gwahahaha[] = _("GWAHAHAHA");
static const u8 sEasyChatWord_Way[] = _("WAY");
static const u8 sEasyChatWord_Tch[] = _("TCH");
static const u8 sEasyChatWord_Hehe[] = _("HEHE");
static const u8 sEasyChatWord_Hah[] = _("HAH");
static const u8 sEasyChatWord_Yup[] = _("YUP");
static const u8 sEasyChatWord_Hahaha[] = _("HAHAHA");
static const u8 sEasyChatWord_Aiyeeh[] = _("AIYEEH");
static const u8 sEasyChatWord_Hiyah[] = _("HIYAH");
static const u8 sEasyChatWord_Fufufu[] = _("FUFUFU");
static const u8 sEasyChatWord_Lol[] = _("LOL");
static const u8 sEasyChatWord_Snort[] = _("SNORT");
static const u8 sEasyChatWord_Humph[] = _("HUMPH");
static const u8 sEasyChatWord_Hehehe[] = _("HEHEHE");
static const u8 sEasyChatWord_Heh[] = _("HEH");
static const u8 sEasyChatWord_Hohoho[] = _("HOHOHO");
static const u8 sEasyChatWord_UhHuh[] = _("UH-HUH");
static const u8 sEasyChatWord_OhDear[] = _("OH, DEAR");
static const u8 sEasyChatWord_Arrgh[] = _("ARRGH");
static const u8 sEasyChatWord_Mufufu[] = _("MUFUFU");
static const u8 sEasyChatWord_Mmm[] = _("MMM");
static const u8 sEasyChatWord_OhKay[] = _("OH-KAY");
static const u8 sEasyChatWord_Okay[] = _("OKAY");
static const u8 sEasyChatWord_Lalala[] = _("LALALA");
static const u8 sEasyChatWord_Yay[] = _("YAY");
static const u8 sEasyChatWord_Aww[] = _("AWW");
static const u8 sEasyChatWord_Wowee[] = _("WOWEE");
static const u8 sEasyChatWord_Gwah[] = _("GWAH");
static const u8 sEasyChatWord_Wahahaha[] = _("WAHAHAHA");

static const struct EasyChatWordInfo sEasyChatGroup_Voices[] = {
    {
        .text = sEasyChatWord_Excl,
        .alphabeticalOrder = 0,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_ExclExcl,
        .alphabeticalOrder = 1,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_QuesExcl,
        .alphabeticalOrder = 7,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Ques,
        .alphabeticalOrder = 8,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Ellipsis,
        .alphabeticalOrder = 4,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_EllipsisExcl,
        .alphabeticalOrder = 5,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_EllipsisEllipsisEllipsis,
        .alphabeticalOrder = 6,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Dash,
        .alphabeticalOrder = 3,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_DashDashDash,
        .alphabeticalOrder = 2,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_UhOh,
        .alphabeticalOrder = 23,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Waaah,
        .alphabeticalOrder = 11,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Ahaha,
        .alphabeticalOrder = 41,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_OhQues,
        .alphabeticalOrder = 52,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Nope,
        .alphabeticalOrder = 59,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Urgh,
        .alphabeticalOrder = 22,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Hmm,
        .alphabeticalOrder = 25,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Whoah,
        .alphabeticalOrder = 32,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_WroooaarExcl,
        .alphabeticalOrder = 24,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Wow,
        .alphabeticalOrder = 26,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Giggle,
        .alphabeticalOrder = 43,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Sigh,
        .alphabeticalOrder = 19,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Unbelievable,
        .alphabeticalOrder = 33,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Cries,
        .alphabeticalOrder = 61,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Agree,
        .alphabeticalOrder = 34,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_EhQues,
        .alphabeticalOrder = 38,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Cry,
        .alphabeticalOrder = 40,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Ehehe,
        .alphabeticalOrder = 48,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_OiOiOi,
        .alphabeticalOrder = 37,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_OhYeah,
        .alphabeticalOrder = 47,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Oh,
        .alphabeticalOrder = 42,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Oops,
        .alphabeticalOrder = 15,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Shocked,
        .alphabeticalOrder = 49,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Eek,
        .alphabeticalOrder = 46,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Graaah,
        .alphabeticalOrder = 57,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Gwahahaha,
        .alphabeticalOrder = 44,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Way,
        .alphabeticalOrder = 54,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Tch,
        .alphabeticalOrder = 53,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Hehe,
        .alphabeticalOrder = 13,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Hah,
        .alphabeticalOrder = 29,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Yup,
        .alphabeticalOrder = 51,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Hahaha,
        .alphabeticalOrder = 28,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Aiyeeh,
        .alphabeticalOrder = 55,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Hiyah,
        .alphabeticalOrder = 12,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Fufufu,
        .alphabeticalOrder = 27,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Lol,
        .alphabeticalOrder = 56,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Snort,
        .alphabeticalOrder = 30,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Humph,
        .alphabeticalOrder = 31,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Hehehe,
        .alphabeticalOrder = 20,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Heh,
        .alphabeticalOrder = 45,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Hohoho,
        .alphabeticalOrder = 36,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_UhHuh,
        .alphabeticalOrder = 50,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_OhDear,
        .alphabeticalOrder = 9,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Arrgh,
        .alphabeticalOrder = 21,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Mufufu,
        .alphabeticalOrder = 14,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Mmm,
        .alphabeticalOrder = 10,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_OhKay,
        .alphabeticalOrder = 62,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Okay,
        .alphabeticalOrder = 35,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Lalala,
        .alphabeticalOrder = 16,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Yay,
        .alphabeticalOrder = 18,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Aww,
        .alphabeticalOrder = 60,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Wowee,
        .alphabeticalOrder = 17,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Gwah,
        .alphabeticalOrder = 58,
        .enabled = TRUE
    },
    {
        .text = sEasyChatWord_Wahahaha,
        .alphabeticalOrder = 39,
        .enabled = TRUE
    }
};