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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
|
static const u8 sEasyChatWord_Dark[] = _("DARK");
static const u8 sEasyChatWord_Stench[] = _("STENCH");
static const u8 sEasyChatWord_ThickFat[] = _("THICK FAT");
static const u8 sEasyChatWord_RainDish[] = _("RAIN DISH");
static const u8 sEasyChatWord_Drizzle[] = _("DRIZZLE");
static const u8 sEasyChatWord_ArenaTrap[] = _("ARENA TRAP");
static const u8 sEasyChatWord_Intimidate[] = _("INTIMIDATE");
static const u8 sEasyChatWord_RockHead[] = _("ROCK HEAD");
static const u8 sEasyChatWord_Color[] = _("COLOR");
static const u8 sEasyChatWord_AltColor[] = _("ALT. COLOR");
static const u8 sEasyChatWord_Rock[] = _("ROCK");
static const u8 sEasyChatWord_Beautiful[] = _("BEAUTIFUL");
static const u8 sEasyChatWord_Beauty[] = _("BEAUTY");
static const u8 sEasyChatWord_AirLock[] = _("AIR LOCK");
static const u8 sEasyChatWord_Psychic[] = _("PSYCHIC");
static const u8 sEasyChatWord_HyperCutter[] = _("HYPER CUTTER");
static const u8 sEasyChatWord_Fighting[] = _("FIGHTING");
static const u8 sEasyChatWord_ShadowTag[] = _("SHADOW TAG");
static const u8 sEasyChatWord_Smart[] = _("SMART");
static const u8 sEasyChatWord_Smartness[] = _("SMARTNESS");
static const u8 sEasyChatWord_SpeedBoost[] = _("SPEED BOOST");
static const u8 sEasyChatWord_Cool[] = _("COOL");
static const u8 sEasyChatWord_Coolness[] = _("COOLNESS");
static const u8 sEasyChatWord_BattleArmor[] = _("BATTLE ARMOR");
static const u8 sEasyChatWord_Cute[] = _("CUTE");
static const u8 sEasyChatWord_Cuteness[] = _("CUTENESS");
static const u8 sEasyChatWord_Sturdy[] = _("STURDY");
static const u8 sEasyChatWord_SuctionCups[] = _("SUCTION CUPS");
static const u8 sEasyChatWord_Grass[] = _("GRASS");
static const u8 sEasyChatWord_ClearBody[] = _("CLEAR BODY");
static const u8 sEasyChatWord_Torrent[] = _("TORRENT");
static const u8 sEasyChatWord_Ghost[] = _("GHOST");
static const u8 sEasyChatWord_Ice[] = _("ICE");
static const u8 sEasyChatWord_Guts[] = _("GUTS");
static const u8 sEasyChatWord_RoughSkin[] = _("ROUGH SKIN");
static const u8 sEasyChatWord_ShellArmor[] = _("SHELL ARMOR");
static const u8 sEasyChatWord_NaturalCure[] = _("NATURAL CURE");
static const u8 sEasyChatWord_Damp[] = _("DAMP");
static const u8 sEasyChatWord_Ground[] = _("GROUND");
static const u8 sEasyChatWord_Limber[] = _("LIMBER");
static const u8 sEasyChatWord_MagnetPull[] = _("MAGNET PULL");
static const u8 sEasyChatWord_WhiteSmoke[] = _("WHITE SMOKE");
static const u8 sEasyChatWord_Synchronize[] = _("SYNCHRONIZE");
static const u8 sEasyChatWord_Overgrow[] = _("OVERGROW");
static const u8 sEasyChatWord_SwiftSwim[] = _("SWIFT SWIM");
static const u8 sEasyChatWord_SandStream[] = _("SAND STREAM");
static const u8 sEasyChatWord_SandVeil[] = _("SAND VEIL");
static const u8 sEasyChatWord_KeenEye[] = _("KEEN EYE");
static const u8 sEasyChatWord_InnerFocus[] = _("INNER FOCUS");
static const u8 sEasyChatWord_Static[] = _("STATIC");
static const u8 sEasyChatWord_Type[] = _("TYPE");
static const u8 sEasyChatWord_Tough[] = _("TOUGH");
static const u8 sEasyChatWord_Toughness[] = _("TOUGHNESS");
static const u8 sEasyChatWord_ShedSkin[] = _("SHED SKIN");
static const u8 sEasyChatWord_HugePower[] = _("HUGE POWER");
static const u8 sEasyChatWord_VoltAbsorb[] = _("VOLT ABSORB");
static const u8 sEasyChatWord_WaterAbsorb[] = _("WATER ABSORB");
static const u8 sEasyChatWord_Electric[] = _("ELECTRIC");
static const u8 sEasyChatWord_Forecast[] = _("FORECAST");
static const u8 sEasyChatWord_SereneGrace[] = _("SERENE GRACE");
static const u8 sEasyChatWord_Poison[] = _("POISON");
static const u8 sEasyChatWord_PoisonPoint[] = _("POISON POINT");
static const u8 sEasyChatWord_Dragon[] = _("DRAGON");
static const u8 sEasyChatWord_Trace[] = _("TRACE");
static const u8 sEasyChatWord_Oblivious[] = _("OBLIVIOUS");
static const u8 sEasyChatWord_Truant[] = _("TRUANT");
static const u8 sEasyChatWord_RunAway[] = _("RUN AWAY");
static const u8 sEasyChatWord_StickyHold[] = _("STICKY HOLD");
static const u8 sEasyChatWord_CloudNine[] = _("CLOUD NINE");
static const u8 sEasyChatWord_Normal[] = _("NORMAL");
static const u8 sEasyChatWord_Steel[] = _("STEEL");
static const u8 sEasyChatWord_Illuminate[] = _("ILLUMINATE");
static const u8 sEasyChatWord_EarlyBird[] = _("EARLY BIRD");
static const u8 sEasyChatWord_Hustle[] = _("HUSTLE");
static const u8 sEasyChatWord_Shine[] = _("SHINE");
static const u8 sEasyChatWord_Flying[] = _("FLYING");
static const u8 sEasyChatWord_Drought[] = _("DROUGHT");
static const u8 sEasyChatWord_Lightningrod[] = _("LIGHTNINGROD");
static const u8 sEasyChatWord_Compoundeyes[] = _("COMPOUNDEYES");
static const u8 sEasyChatWord_MarvelScale[] = _("MARVEL SCALE");
static const u8 sEasyChatWord_WonderGuard[] = _("WONDER GUARD");
static const u8 sEasyChatWord_Insomnia[] = _("INSOMNIA");
static const u8 sEasyChatWord_Levitate[] = _("LEVITATE");
static const u8 sEasyChatWord_Plus[] = _("PLUS");
static const u8 sEasyChatWord_Pressure[] = _("PRESSURE");
static const u8 sEasyChatWord_LiquidOoze[] = _("LIQUID OOZE");
static const u8 sEasyChatWord_ColorChange[] = _("COLOR CHANGE");
static const u8 sEasyChatWord_Soundproof[] = _("SOUNDPROOF");
static const u8 sEasyChatWord_EffectSpore[] = _("EFFECT SPORE");
static const u8 sEasyChatWord_Pkrs[] = _("{PK}RS");
static const u8 sEasyChatWord_Fire[] = _("FIRE");
static const u8 sEasyChatWord_FlameBody[] = _("FLAME BODY");
static const u8 sEasyChatWord_Minus[] = _("MINUS");
static const u8 sEasyChatWord_OwnTempo[] = _("OWN TEMPO");
static const u8 sEasyChatWord_MagmaArmor[] = _("MAGMA ARMOR");
static const u8 sEasyChatWord_Water[] = _("WATER");
static const u8 sEasyChatWord_WaterVeil[] = _("WATER VEIL");
static const u8 sEasyChatWord_Bug[] = _("BUG");
static const u8 sEasyChatWord_Swarm[] = _("SWARM");
static const u8 sEasyChatWord_CuteCharm[] = _("CUTE CHARM");
static const u8 sEasyChatWord_Immunity[] = _("IMMUNITY");
static const u8 sEasyChatWord_Blaze[] = _("BLAZE");
static const u8 sEasyChatWord_Pickup[] = _("PICKUP");
static const u8 sEasyChatWord_Pattern[] = _("PATTERN");
static const u8 sEasyChatWord_FlashFire[] = _("FLASH FIRE");
static const u8 sEasyChatWord_VitalSpirit[] = _("VITAL SPIRIT");
static const u8 sEasyChatWord_Chlorophyll[] = _("CHLOROPHYLL");
static const u8 sEasyChatWord_PurePower[] = _("PURE POWER");
static const u8 sEasyChatWord_ShieldDust[] = _("SHIELD DUST");
static const struct EasyChatWordInfo sEasyChatGroup_Status[] = {
{
.text = sEasyChatWord_Dark,
.alphabeticalOrder = 13,
.enabled = TRUE
},
{
.text = sEasyChatWord_Stench,
.alphabeticalOrder = 9,
.enabled = TRUE
},
{
.text = sEasyChatWord_ThickFat,
.alphabeticalOrder = 5,
.enabled = TRUE
},
{
.text = sEasyChatWord_RainDish,
.alphabeticalOrder = 23,
.enabled = TRUE
},
{
.text = sEasyChatWord_Drizzle,
.alphabeticalOrder = 11,
.enabled = TRUE
},
{
.text = sEasyChatWord_ArenaTrap,
.alphabeticalOrder = 12,
.enabled = TRUE
},
{
.text = sEasyChatWord_Intimidate,
.alphabeticalOrder = 101,
.enabled = TRUE
},
{
.text = sEasyChatWord_RockHead,
.alphabeticalOrder = 97,
.enabled = TRUE
},
{
.text = sEasyChatWord_Color,
.alphabeticalOrder = 106,
.enabled = TRUE
},
{
.text = sEasyChatWord_AltColor,
.alphabeticalOrder = 29,
.enabled = TRUE
},
{
.text = sEasyChatWord_Rock,
.alphabeticalOrder = 68,
.enabled = TRUE
},
{
.text = sEasyChatWord_Beautiful,
.alphabeticalOrder = 8,
.enabled = TRUE
},
{
.text = sEasyChatWord_Beauty,
.alphabeticalOrder = 86,
.enabled = TRUE
},
{
.text = sEasyChatWord_AirLock,
.alphabeticalOrder = 78,
.enabled = TRUE
},
{
.text = sEasyChatWord_Psychic,
.alphabeticalOrder = 21,
.enabled = TRUE
},
{
.text = sEasyChatWord_HyperCutter,
.alphabeticalOrder = 22,
.enabled = TRUE
},
{
.text = sEasyChatWord_Fighting,
.alphabeticalOrder = 24,
.enabled = TRUE
},
{
.text = sEasyChatWord_ShadowTag,
.alphabeticalOrder = 99,
.enabled = TRUE
},
{
.text = sEasyChatWord_Smart,
.alphabeticalOrder = 25,
.enabled = TRUE
},
{
.text = sEasyChatWord_Smartness,
.alphabeticalOrder = 37,
.enabled = TRUE
},
{
.text = sEasyChatWord_SpeedBoost,
.alphabeticalOrder = 0,
.enabled = TRUE
},
{
.text = sEasyChatWord_Cool,
.alphabeticalOrder = 62,
.enabled = TRUE
},
{
.text = sEasyChatWord_Coolness,
.alphabeticalOrder = 4,
.enabled = TRUE
},
{
.text = sEasyChatWord_BattleArmor,
.alphabeticalOrder = 76,
.enabled = TRUE
},
{
.text = sEasyChatWord_Cute,
.alphabeticalOrder = 72,
.enabled = TRUE
},
{
.text = sEasyChatWord_Cuteness,
.alphabeticalOrder = 88,
.enabled = TRUE
},
{
.text = sEasyChatWord_Sturdy,
.alphabeticalOrder = 57,
.enabled = TRUE
},
{
.text = sEasyChatWord_SuctionCups,
.alphabeticalOrder = 16,
.enabled = TRUE
},
{
.text = sEasyChatWord_Grass,
.alphabeticalOrder = 90,
.enabled = TRUE
},
{
.text = sEasyChatWord_ClearBody,
.alphabeticalOrder = 91,
.enabled = TRUE
},
{
.text = sEasyChatWord_Torrent,
.alphabeticalOrder = 104,
.enabled = TRUE
},
{
.text = sEasyChatWord_Ghost,
.alphabeticalOrder = 75,
.enabled = TRUE
},
{
.text = sEasyChatWord_Ice,
.alphabeticalOrder = 58,
.enabled = TRUE
},
{
.text = sEasyChatWord_Guts,
.alphabeticalOrder = 31,
.enabled = TRUE
},
{
.text = sEasyChatWord_RoughSkin,
.alphabeticalOrder = 28,
.enabled = TRUE
},
{
.text = sEasyChatWord_ShellArmor,
.alphabeticalOrder = 38,
.enabled = TRUE
},
{
.text = sEasyChatWord_NaturalCure,
.alphabeticalOrder = 33,
.enabled = TRUE
},
{
.text = sEasyChatWord_Damp,
.alphabeticalOrder = 54,
.enabled = TRUE
},
{
.text = sEasyChatWord_Ground,
.alphabeticalOrder = 73,
.enabled = TRUE
},
{
.text = sEasyChatWord_Limber,
.alphabeticalOrder = 15,
.enabled = TRUE
},
{
.text = sEasyChatWord_MagnetPull,
.alphabeticalOrder = 32,
.enabled = TRUE
},
{
.text = sEasyChatWord_WhiteSmoke,
.alphabeticalOrder = 71,
.enabled = TRUE
},
{
.text = sEasyChatWord_Synchronize,
.alphabeticalOrder = 100,
.enabled = TRUE
},
{
.text = sEasyChatWord_Overgrow,
.alphabeticalOrder = 48,
.enabled = TRUE
},
{
.text = sEasyChatWord_SwiftSwim,
.alphabeticalOrder = 81,
.enabled = TRUE
},
{
.text = sEasyChatWord_SandStream,
.alphabeticalOrder = 6,
.enabled = TRUE
},
{
.text = sEasyChatWord_SandVeil,
.alphabeticalOrder = 47,
.enabled = TRUE
},
{
.text = sEasyChatWord_KeenEye,
.alphabeticalOrder = 82,
.enabled = TRUE
},
{
.text = sEasyChatWord_InnerFocus,
.alphabeticalOrder = 77,
.enabled = TRUE
},
{
.text = sEasyChatWord_Static,
.alphabeticalOrder = 39,
.enabled = TRUE
},
{
.text = sEasyChatWord_Type,
.alphabeticalOrder = 85,
.enabled = TRUE
},
{
.text = sEasyChatWord_Tough,
.alphabeticalOrder = 94,
.enabled = TRUE
},
{
.text = sEasyChatWord_Toughness,
.alphabeticalOrder = 40,
.enabled = TRUE
},
{
.text = sEasyChatWord_ShedSkin,
.alphabeticalOrder = 79,
.enabled = TRUE
},
{
.text = sEasyChatWord_HugePower,
.alphabeticalOrder = 92,
.enabled = TRUE
},
{
.text = sEasyChatWord_VoltAbsorb,
.alphabeticalOrder = 36,
.enabled = TRUE
},
{
.text = sEasyChatWord_WaterAbsorb,
.alphabeticalOrder = 69,
.enabled = TRUE
},
{
.text = sEasyChatWord_Electric,
.alphabeticalOrder = 64,
.enabled = TRUE
},
{
.text = sEasyChatWord_Forecast,
.alphabeticalOrder = 43,
.enabled = TRUE
},
{
.text = sEasyChatWord_SereneGrace,
.alphabeticalOrder = 93,
.enabled = TRUE
},
{
.text = sEasyChatWord_Poison,
.alphabeticalOrder = 103,
.enabled = TRUE
},
{
.text = sEasyChatWord_PoisonPoint,
.alphabeticalOrder = 102,
.enabled = TRUE
},
{
.text = sEasyChatWord_Dragon,
.alphabeticalOrder = 89,
.enabled = TRUE
},
{
.text = sEasyChatWord_Trace,
.alphabeticalOrder = 83,
.enabled = TRUE
},
{
.text = sEasyChatWord_Oblivious,
.alphabeticalOrder = 60,
.enabled = TRUE
},
{
.text = sEasyChatWord_Truant,
.alphabeticalOrder = 61,
.enabled = TRUE
},
{
.text = sEasyChatWord_RunAway,
.alphabeticalOrder = 84,
.enabled = TRUE
},
{
.text = sEasyChatWord_StickyHold,
.alphabeticalOrder = 14,
.enabled = TRUE
},
{
.text = sEasyChatWord_CloudNine,
.alphabeticalOrder = 107,
.enabled = TRUE
},
{
.text = sEasyChatWord_Normal,
.alphabeticalOrder = 3,
.enabled = TRUE
},
{
.text = sEasyChatWord_Steel,
.alphabeticalOrder = 10,
.enabled = TRUE
},
{
.text = sEasyChatWord_Illuminate,
.alphabeticalOrder = 7,
.enabled = TRUE
},
{
.text = sEasyChatWord_EarlyBird,
.alphabeticalOrder = 34,
.enabled = TRUE
},
{
.text = sEasyChatWord_Hustle,
.alphabeticalOrder = 66,
.enabled = TRUE
},
{
.text = sEasyChatWord_Shine,
.alphabeticalOrder = 45,
.enabled = TRUE
},
{
.text = sEasyChatWord_Flying,
.alphabeticalOrder = 46,
.enabled = TRUE
},
{
.text = sEasyChatWord_Drought,
.alphabeticalOrder = 59,
.enabled = TRUE
},
{
.text = sEasyChatWord_Lightningrod,
.alphabeticalOrder = 17,
.enabled = TRUE
},
{
.text = sEasyChatWord_Compoundeyes,
.alphabeticalOrder = 53,
.enabled = TRUE
},
{
.text = sEasyChatWord_MarvelScale,
.alphabeticalOrder = 35,
.enabled = TRUE
},
{
.text = sEasyChatWord_WonderGuard,
.alphabeticalOrder = 108,
.enabled = TRUE
},
{
.text = sEasyChatWord_Insomnia,
.alphabeticalOrder = 74,
.enabled = TRUE
},
{
.text = sEasyChatWord_Levitate,
.alphabeticalOrder = 18,
.enabled = TRUE
},
{
.text = sEasyChatWord_Plus,
.alphabeticalOrder = 19,
.enabled = TRUE
},
{
.text = sEasyChatWord_Pressure,
.alphabeticalOrder = 87,
.enabled = TRUE
},
{
.text = sEasyChatWord_LiquidOoze,
.alphabeticalOrder = 20,
.enabled = TRUE
},
{
.text = sEasyChatWord_ColorChange,
.alphabeticalOrder = 49,
.enabled = TRUE
},
{
.text = sEasyChatWord_Soundproof,
.alphabeticalOrder = 70,
.enabled = TRUE
},
{
.text = sEasyChatWord_EffectSpore,
.alphabeticalOrder = 1,
.enabled = TRUE
},
{
.text = sEasyChatWord_Pkrs,
.alphabeticalOrder = 67,
.enabled = TRUE
},
{
.text = sEasyChatWord_Fire,
.alphabeticalOrder = 26,
.enabled = TRUE
},
{
.text = sEasyChatWord_FlameBody,
.alphabeticalOrder = 27,
.enabled = TRUE
},
{
.text = sEasyChatWord_Minus,
.alphabeticalOrder = 98,
.enabled = TRUE
},
{
.text = sEasyChatWord_OwnTempo,
.alphabeticalOrder = 44,
.enabled = TRUE
},
{
.text = sEasyChatWord_MagmaArmor,
.alphabeticalOrder = 42,
.enabled = TRUE
},
{
.text = sEasyChatWord_Water,
.alphabeticalOrder = 2,
.enabled = TRUE
},
{
.text = sEasyChatWord_WaterVeil,
.alphabeticalOrder = 30,
.enabled = TRUE
},
{
.text = sEasyChatWord_Bug,
.alphabeticalOrder = 51,
.enabled = TRUE
},
{
.text = sEasyChatWord_Swarm,
.alphabeticalOrder = 52,
.enabled = TRUE
},
{
.text = sEasyChatWord_CuteCharm,
.alphabeticalOrder = 63,
.enabled = TRUE
},
{
.text = sEasyChatWord_Immunity,
.alphabeticalOrder = 65,
.enabled = TRUE
},
{
.text = sEasyChatWord_Blaze,
.alphabeticalOrder = 50,
.enabled = TRUE
},
{
.text = sEasyChatWord_Pickup,
.alphabeticalOrder = 105,
.enabled = TRUE
},
{
.text = sEasyChatWord_Pattern,
.alphabeticalOrder = 55,
.enabled = TRUE
},
{
.text = sEasyChatWord_FlashFire,
.alphabeticalOrder = 95,
.enabled = TRUE
},
{
.text = sEasyChatWord_VitalSpirit,
.alphabeticalOrder = 56,
.enabled = TRUE
},
{
.text = sEasyChatWord_Chlorophyll,
.alphabeticalOrder = 96,
.enabled = TRUE
},
{
.text = sEasyChatWord_PurePower,
.alphabeticalOrder = 41,
.enabled = TRUE
},
{
.text = sEasyChatWord_ShieldDust,
.alphabeticalOrder = 80,
.enabled = TRUE
}
};
|