summaryrefslogtreecommitdiff
path: root/src/data/easy_chat/easy_chat_group_actions.h
blob: 06a8e7303052742537b40dfe7ee3c8301522b58e (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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
const u8 gEasyChatWord_Meets[] = _("MEETS");
const u8 gEasyChatWord_Concede[] = _("CONCEDE");
const u8 gEasyChatWord_Give[] = _("GIVE");
const u8 gEasyChatWord_Gives[] = _("GIVES");
const u8 gEasyChatWord_Played[] = _("PLAYED");
const u8 gEasyChatWord_Plays[] = _("PLAYS");
const u8 gEasyChatWord_Collect[] = _("COLLECT");
const u8 gEasyChatWord_Walking[] = _("WALKING");
const u8 gEasyChatWord_Walks[] = _("WALKS");
const u8 gEasyChatWord_Says[] = _("SAYS");
const u8 gEasyChatWord_Went[] = _("WENT");
const u8 gEasyChatWord_Said[] = _("SAID");
const u8 gEasyChatWord_WakeUp[] = _("WAKE UP");
const u8 gEasyChatWord_WakesUp[] = _("WAKES UP");
const u8 gEasyChatWord_Angers[] = _("ANGERS");
const u8 gEasyChatWord_Teach[] = _("TEACH");
const u8 gEasyChatWord_Teaches[] = _("TEACHES");
const u8 gEasyChatWord_Please[] = _("PLEASE");
const u8 gEasyChatWord_Learn[] = _("LEARN");
const u8 gEasyChatWord_Change[] = _("CHANGE");
const u8 gEasyChatWord_Story[] = _("STORY");
const u8 gEasyChatWord_Trust[] = _("TRUST");
const u8 gEasyChatWord_Lavish[] = _("LAVISH");
const u8 gEasyChatWord_Listens[] = _("LISTENS");
const u8 gEasyChatWord_Hearing[] = _("HEARING");
const u8 gEasyChatWord_Trains[] = _("TRAINS");
const u8 gEasyChatWord_Choose[] = _("CHOOSE");
const u8 gEasyChatWord_Come[] = _("COME");
const u8 gEasyChatWord_Came[] = _("CAME");
const u8 gEasyChatWord_Search[] = _("SEARCH");
const u8 gEasyChatWord_Make[] = _("MAKE");
const u8 gEasyChatWord_Cause[] = _("CAUSE");
const u8 gEasyChatWord_Know[] = _("KNOW");
const u8 gEasyChatWord_Knows[] = _("KNOWS");
const u8 gEasyChatWord_Refuse[] = _("REFUSE");
const u8 gEasyChatWord_Stores[] = _("STORES");
const u8 gEasyChatWord_Brag[] = _("BRAG");
const u8 gEasyChatWord_Ignorant[] = _("IGNORANT");
const u8 gEasyChatWord_Thinks[] = _("THINKS");
const u8 gEasyChatWord_Believe[] = _("BELIEVE");
const u8 gEasyChatWord_Slide[] = _("SLIDE");
const u8 gEasyChatWord_Eats[] = _("EATS");
const u8 gEasyChatWord_Use[] = _("USE");
const u8 gEasyChatWord_Uses[] = _("USES");
const u8 gEasyChatWord_Using[] = _("USING");
const u8 gEasyChatWord_Couldnt[] = _("COULDN'T");
const u8 gEasyChatWord_Capable[] = _("CAPABLE");
const u8 gEasyChatWord_Disappear[] = _("DISAPPEAR");
const u8 gEasyChatWord_Appear[] = _("APPEAR");
const u8 gEasyChatWord_Throw[] = _("THROW");
const u8 gEasyChatWord_Worry[] = _("WORRY");
const u8 gEasyChatWord_Slept[] = _("SLEPT");
const u8 gEasyChatWord_Sleep[] = _("SLEEP");
const u8 gEasyChatWord_Release[] = _("RELEASE");
const u8 gEasyChatWord_Drinks[] = _("DRINKS");
const u8 gEasyChatWord_Runs[] = _("RUNS");
const u8 gEasyChatWord_Run[] = _("RUN");
const u8 gEasyChatWord_Works[] = _("WORKS");
const u8 gEasyChatWord_Working[] = _("WORKING");
const u8 gEasyChatWord_Talking[] = _("TALKING");
const u8 gEasyChatWord_Talk[] = _("TALK");
const u8 gEasyChatWord_Sink[] = _("SINK");
const u8 gEasyChatWord_Smack[] = _("SMACK");
const u8 gEasyChatWord_Pretend[] = _("PRETEND");
const u8 gEasyChatWord_Praise[] = _("PRAISE");
const u8 gEasyChatWord_Overdo[] = _("OVERDO");
const u8 gEasyChatWord_Show[] = _("SHOW");
const u8 gEasyChatWord_Looks[] = _("LOOKS");
const u8 gEasyChatWord_Sees[] = _("SEES");
const u8 gEasyChatWord_Seek[] = _("SEEK");
const u8 gEasyChatWord_Own[] = _("OWN");
const u8 gEasyChatWord_Take[] = _("TAKE");
const u8 gEasyChatWord_Allow[] = _("ALLOW");
const u8 gEasyChatWord_Forget[] = _("FORGET");
const u8 gEasyChatWord_Forgets[] = _("FORGETS");
const u8 gEasyChatWord_Appears[] = _("APPEARS");
const u8 gEasyChatWord_Faint[] = _("FAINT");
const u8 gEasyChatWord_Fainted[] = _("FAINTED");

const struct EasyChatWordInfo gEasyChatGroup_Actions[] = {
    {
        .text = gEasyChatWord_Meets,
        .alphabeticalOrder = 72,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Concede,
        .alphabeticalOrder = 14,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Give,
        .alphabeticalOrder = 48,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Gives,
        .alphabeticalOrder = 75,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Played,
        .alphabeticalOrder = 39,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Plays,
        .alphabeticalOrder = 36,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Collect,
        .alphabeticalOrder = 28,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Walking,
        .alphabeticalOrder = 46,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Walks,
        .alphabeticalOrder = 31,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Says,
        .alphabeticalOrder = 19,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Went,
        .alphabeticalOrder = 26,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Said,
        .alphabeticalOrder = 6,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_WakeUp,
        .alphabeticalOrder = 27,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_WakesUp,
        .alphabeticalOrder = 1,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Angers,
        .alphabeticalOrder = 45,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Teach,
        .alphabeticalOrder = 47,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Teaches,
        .alphabeticalOrder = 54,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Please,
        .alphabeticalOrder = 41,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Learn,
        .alphabeticalOrder = 76,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Change,
        .alphabeticalOrder = 77,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Story,
        .alphabeticalOrder = 73,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Trust,
        .alphabeticalOrder = 74,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Lavish,
        .alphabeticalOrder = 2,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Listens,
        .alphabeticalOrder = 3,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Hearing,
        .alphabeticalOrder = 24,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Trains,
        .alphabeticalOrder = 37,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Choose,
        .alphabeticalOrder = 32,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Come,
        .alphabeticalOrder = 33,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Came,
        .alphabeticalOrder = 22,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Search,
        .alphabeticalOrder = 18,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Make,
        .alphabeticalOrder = 23,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Cause,
        .alphabeticalOrder = 67,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Know,
        .alphabeticalOrder = 30,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Knows,
        .alphabeticalOrder = 0,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Refuse,
        .alphabeticalOrder = 65,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Stores,
        .alphabeticalOrder = 70,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Brag,
        .alphabeticalOrder = 4,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Ignorant,
        .alphabeticalOrder = 5,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Thinks,
        .alphabeticalOrder = 17,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Believe,
        .alphabeticalOrder = 64,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Slide,
        .alphabeticalOrder = 63,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Eats,
        .alphabeticalOrder = 34,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Use,
        .alphabeticalOrder = 53,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Uses,
        .alphabeticalOrder = 56,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Using,
        .alphabeticalOrder = 55,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Couldnt,
        .alphabeticalOrder = 11,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Capable,
        .alphabeticalOrder = 9,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Disappear,
        .alphabeticalOrder = 29,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Appear,
        .alphabeticalOrder = 69,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Throw,
        .alphabeticalOrder = 68,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Worry,
        .alphabeticalOrder = 66,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Slept,
        .alphabeticalOrder = 61,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Sleep,
        .alphabeticalOrder = 52,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Release,
        .alphabeticalOrder = 51,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Drinks,
        .alphabeticalOrder = 40,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Runs,
        .alphabeticalOrder = 62,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Run,
        .alphabeticalOrder = 35,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Works,
        .alphabeticalOrder = 20,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Working,
        .alphabeticalOrder = 71,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Talking,
        .alphabeticalOrder = 60,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Talk,
        .alphabeticalOrder = 59,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Sink,
        .alphabeticalOrder = 15,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Smack,
        .alphabeticalOrder = 16,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Pretend,
        .alphabeticalOrder = 38,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Praise,
        .alphabeticalOrder = 49,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Overdo,
        .alphabeticalOrder = 25,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Show,
        .alphabeticalOrder = 21,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Looks,
        .alphabeticalOrder = 42,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Sees,
        .alphabeticalOrder = 43,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Seek,
        .alphabeticalOrder = 44,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Own,
        .alphabeticalOrder = 12,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Take,
        .alphabeticalOrder = 13,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Allow,
        .alphabeticalOrder = 7,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Forget,
        .alphabeticalOrder = 8,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Forgets,
        .alphabeticalOrder = 10,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Appears,
        .alphabeticalOrder = 58,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Faint,
        .alphabeticalOrder = 57,
        .enabled = TRUE,
    },
    {
        .text = gEasyChatWord_Fainted,
        .alphabeticalOrder = 50,
        .enabled = TRUE,
    },
};