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
|
static const u8 sEasyChatWord_KthxBye[] = _("KTHX, BYE.");
static const u8 sEasyChatWord_YesSirExcl[] = _("YES, SIR!");
static const u8 sEasyChatWord_AvantGarde[] = _("AVANT GARDE");
static const u8 sEasyChatWord_Couple[] = _("COUPLE");
static const u8 sEasyChatWord_MuchObliged[] = _("MUCH OBLIGED");
static const u8 sEasyChatWord_YeehawExcl[] = _("YEEHAW!");
static const u8 sEasyChatWord_Mega[] = _("MEGA");
static const u8 sEasyChatWord_1HitKOExcl[] = _("1-HIT KO!");
static const u8 sEasyChatWord_Destiny[] = _("DESTINY");
static const u8 sEasyChatWord_Cancel[] = _("CANCEL");
static const u8 sEasyChatWord_New[] = _("NEW");
static const u8 sEasyChatWord_Flatten[] = _("FLATTEN");
static const u8 sEasyChatWord_Kidding[] = _("KIDDING");
static const u8 sEasyChatWord_Loser[] = _("LOSER");
static const u8 sEasyChatWord_Losing[] = _("LOSING");
static const u8 sEasyChatWord_Happening[] = _("HAPPENING");
static const u8 sEasyChatWord_HipAnd[] = _("HIP AND");
static const u8 sEasyChatWord_Shake[] = _("SHAKE");
static const u8 sEasyChatWord_Shady[] = _("SHADY");
static const u8 sEasyChatWord_Upbeat[] = _("UPBEAT");
static const u8 sEasyChatWord_Modern[] = _("MODERN");
static const u8 sEasyChatWord_SmellYa[] = _("SMELL YA");
static const u8 sEasyChatWord_Bang[] = _("BANG");
static const u8 sEasyChatWord_Knockout[] = _("KNOCKOUT");
static const u8 sEasyChatWord_Hassle[] = _("HASSLE");
static const u8 sEasyChatWord_Winner[] = _("WINNER");
static const u8 sEasyChatWord_Fever[] = _("FEVER");
static const u8 sEasyChatWord_Wannabe[] = _("WANNABE");
static const u8 sEasyChatWord_Baby[] = _("BABY");
static const u8 sEasyChatWord_Heart[] = _("HEART");
static const u8 sEasyChatWord_Old[] = _("OLD");
static const u8 sEasyChatWord_Young[] = _("YOUNG");
static const u8 sEasyChatWord_Ugly[] = _("UGLY");
static const struct EasyChatWordInfo sEasyChatGroup_TrendySaying[] = {
{
.text = sEasyChatWord_KthxBye,
.alphabeticalOrder = 7,
.enabled = FALSE
},
{
.text = sEasyChatWord_YesSirExcl,
.alphabeticalOrder = 2,
.enabled = FALSE
},
{
.text = sEasyChatWord_AvantGarde,
.alphabeticalOrder = 28,
.enabled = FALSE
},
{
.text = sEasyChatWord_Couple,
.alphabeticalOrder = 22,
.enabled = FALSE
},
{
.text = sEasyChatWord_MuchObliged,
.alphabeticalOrder = 9,
.enabled = FALSE
},
{
.text = sEasyChatWord_YeehawExcl,
.alphabeticalOrder = 3,
.enabled = FALSE
},
{
.text = sEasyChatWord_Mega,
.alphabeticalOrder = 8,
.enabled = FALSE
},
{
.text = sEasyChatWord_1HitKOExcl,
.alphabeticalOrder = 26,
.enabled = FALSE
},
{
.text = sEasyChatWord_Destiny,
.alphabeticalOrder = 11,
.enabled = FALSE
},
{
.text = sEasyChatWord_Cancel,
.alphabeticalOrder = 15,
.enabled = FALSE
},
{
.text = sEasyChatWord_New,
.alphabeticalOrder = 24,
.enabled = FALSE
},
{
.text = sEasyChatWord_Flatten,
.alphabeticalOrder = 29,
.enabled = FALSE
},
{
.text = sEasyChatWord_Kidding,
.alphabeticalOrder = 16,
.enabled = FALSE
},
{
.text = sEasyChatWord_Loser,
.alphabeticalOrder = 12,
.enabled = FALSE
},
{
.text = sEasyChatWord_Losing,
.alphabeticalOrder = 23,
.enabled = FALSE
},
{
.text = sEasyChatWord_Happening,
.alphabeticalOrder = 0,
.enabled = FALSE
},
{
.text = sEasyChatWord_HipAnd,
.alphabeticalOrder = 13,
.enabled = FALSE
},
{
.text = sEasyChatWord_Shake,
.alphabeticalOrder = 14,
.enabled = FALSE
},
{
.text = sEasyChatWord_Shady,
.alphabeticalOrder = 6,
.enabled = FALSE
},
{
.text = sEasyChatWord_Upbeat,
.alphabeticalOrder = 20,
.enabled = FALSE
},
{
.text = sEasyChatWord_Modern,
.alphabeticalOrder = 4,
.enabled = FALSE
},
{
.text = sEasyChatWord_SmellYa,
.alphabeticalOrder = 10,
.enabled = FALSE
},
{
.text = sEasyChatWord_Bang,
.alphabeticalOrder = 30,
.enabled = FALSE
},
{
.text = sEasyChatWord_Knockout,
.alphabeticalOrder = 18,
.enabled = FALSE
},
{
.text = sEasyChatWord_Hassle,
.alphabeticalOrder = 17,
.enabled = FALSE
},
{
.text = sEasyChatWord_Winner,
.alphabeticalOrder = 21,
.enabled = FALSE
},
{
.text = sEasyChatWord_Fever,
.alphabeticalOrder = 32,
.enabled = FALSE
},
{
.text = sEasyChatWord_Wannabe,
.alphabeticalOrder = 19,
.enabled = FALSE
},
{
.text = sEasyChatWord_Baby,
.alphabeticalOrder = 27,
.enabled = FALSE
},
{
.text = sEasyChatWord_Heart,
.alphabeticalOrder = 25,
.enabled = FALSE
},
{
.text = sEasyChatWord_Old,
.alphabeticalOrder = 5,
.enabled = FALSE
},
{
.text = sEasyChatWord_Young,
.alphabeticalOrder = 1,
.enabled = FALSE
},
{
.text = sEasyChatWord_Ugly,
.alphabeticalOrder = 31,
.enabled = FALSE
}
};
|