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
|
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RedNormal;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RedBike;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RedSurf;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RedFieldMove;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RedFish;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RedVSSeeker;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RedVSSeekerBike;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GreenNormal;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GreenBike;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GreenSurf;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GreenFieldMove;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GreenFish;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GreenVSSeeker;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GreenVSSeekerBike;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RSBrendan;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RSMay;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_LittleBoy;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_LittleGirl;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Youngster;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Boy;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_BugCatcher;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_SittingBoy;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Lass;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Woman1;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_BattleGirl;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Man;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Rocker;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_FatMan;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Woman2;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Beauty;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_BaldingMan;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Woman3;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_OldMan1;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_OldMan2;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_OldManLyingDown;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_OldWoman;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_TuberMWater;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_TuberF;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_TuberMLand;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Camper;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Picnicker;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_CooltrainerM;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_CooltrainerF;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_SwimmerMWater;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_SwimmerFWater;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_SwimmerMLand;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_SwimmerFLand;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_WorkerM;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_WorkerF;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RocketM;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RocketF;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GBAKid;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_SuperNerd;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Biker;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Blackbelt;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Scientist;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Hiker;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Fisher;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Channeler;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Chef;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Policeman;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Gentleman;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Sailor;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Captain;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Nurse;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_CableClubReceptionist;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_UnionRoomReceptionist;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_UnusedMaleReceptionist;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Clerk;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_MGDeliveryman;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_TrainerTowerDude;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_ProfOak;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Blue;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Bill;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Lance;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Agatha;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Daisy;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Lorelei;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_MrFuji;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Bruno;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Brock;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Misty;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_LtSurge;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Erika;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Koga;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Sabrina;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Blaine;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Giovanni;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Mom;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Celio;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_TeachyTVHost;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GymGuy;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_ItemBall;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_TownMap;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Pokedex;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_CutTree;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_RockSmashRock;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_StrengthBoulder;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Fossil;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Ruby;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Sapphire;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_OldAmber;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_GymSign;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Sign;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_TrainerTips;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Clipboard;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Meteorite;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_LaprasDoll;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Seagallop;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Snorlax;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Spearow;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Cubone;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Poliwrath;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Clefairy;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Pidgeot;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Jigglypuff;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Pidgey;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Chansey;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Omanyte;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Kangaskhan;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Pikachu;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Psyduck;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_NidoranF;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_NidoranM;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Nidorino;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Meowth;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Seel;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Voltorb;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Slowpoke;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Slowbro;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Machop;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Wigglytuff;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Doduo;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Fearow;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Machoke;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Lapras;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Zapdos;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Moltres;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Articuno;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Mewtwo;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Mew;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Entei;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Suicune;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Raikou;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Lugia;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_HoOh;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Celebi;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_Kabuto;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_DeoxysD;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_DeoxysA;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_DeoxysN;
const struct ObjectEventGraphicsInfo gObjectEventGraphicsInfo_SSAnne;
const struct ObjectEventGraphicsInfo *const gObjectEventGraphicsInfoPointers[NUM_OBJ_EVENT_GFX] = {
[OBJ_EVENT_GFX_RED_NORMAL] = &gObjectEventGraphicsInfo_RedNormal,
[OBJ_EVENT_GFX_RED_BIKE] = &gObjectEventGraphicsInfo_RedBike,
[OBJ_EVENT_GFX_RED_SURF] = &gObjectEventGraphicsInfo_RedSurf,
[OBJ_EVENT_GFX_RED_FIELD_MOVE] = &gObjectEventGraphicsInfo_RedFieldMove,
[OBJ_EVENT_GFX_RED_FISH] = &gObjectEventGraphicsInfo_RedFish,
[OBJ_EVENT_GFX_RED_VS_SEEKER] = &gObjectEventGraphicsInfo_RedVSSeeker,
[OBJ_EVENT_GFX_RED_VS_SEEKER_BIKE] = &gObjectEventGraphicsInfo_RedVSSeekerBike,
[OBJ_EVENT_GFX_GREEN_NORMAL] = &gObjectEventGraphicsInfo_GreenNormal,
[OBJ_EVENT_GFX_GREEN_BIKE] = &gObjectEventGraphicsInfo_GreenBike,
[OBJ_EVENT_GFX_GREEN_SURF] = &gObjectEventGraphicsInfo_GreenSurf,
[OBJ_EVENT_GFX_GREEN_FIELD_MOVE] = &gObjectEventGraphicsInfo_GreenFieldMove,
[OBJ_EVENT_GFX_GREEN_FISH] = &gObjectEventGraphicsInfo_GreenFish,
[OBJ_EVENT_GFX_GREEN_VS_SEEKER] = &gObjectEventGraphicsInfo_GreenVSSeeker,
[OBJ_EVENT_GFX_GREEN_VS_SEEKER_BIKE] = &gObjectEventGraphicsInfo_GreenVSSeekerBike,
[OBJ_EVENT_GFX_RS_BRENDAN] = &gObjectEventGraphicsInfo_RSBrendan,
[OBJ_EVENT_GFX_RS_MAY] = &gObjectEventGraphicsInfo_RSMay,
[OBJ_EVENT_GFX_LITTLE_BOY] = &gObjectEventGraphicsInfo_LittleBoy,
[OBJ_EVENT_GFX_LITTLE_GIRL] = &gObjectEventGraphicsInfo_LittleGirl,
[OBJ_EVENT_GFX_YOUNGSTER] = &gObjectEventGraphicsInfo_Youngster,
[OBJ_EVENT_GFX_BOY] = &gObjectEventGraphicsInfo_Boy,
[OBJ_EVENT_GFX_BUG_CATCHER] = &gObjectEventGraphicsInfo_BugCatcher,
[OBJ_EVENT_GFX_SITTING_BOY] = &gObjectEventGraphicsInfo_SittingBoy,
[OBJ_EVENT_GFX_LASS] = &gObjectEventGraphicsInfo_Lass,
[OBJ_EVENT_GFX_WOMAN_1] = &gObjectEventGraphicsInfo_Woman1,
[OBJ_EVENT_GFX_BATTLE_GIRL] = &gObjectEventGraphicsInfo_BattleGirl,
[OBJ_EVENT_GFX_MAN] = &gObjectEventGraphicsInfo_Man,
[OBJ_EVENT_GFX_ROCKER] = &gObjectEventGraphicsInfo_Rocker,
[OBJ_EVENT_GFX_FAT_MAN] = &gObjectEventGraphicsInfo_FatMan,
[OBJ_EVENT_GFX_WOMAN_2] = &gObjectEventGraphicsInfo_Woman2,
[OBJ_EVENT_GFX_BEAUTY] = &gObjectEventGraphicsInfo_Beauty,
[OBJ_EVENT_GFX_BALDING_MAN] = &gObjectEventGraphicsInfo_BaldingMan,
[OBJ_EVENT_GFX_WOMAN_3] = &gObjectEventGraphicsInfo_Woman3,
[OBJ_EVENT_GFX_OLD_MAN_1] = &gObjectEventGraphicsInfo_OldMan1,
[OBJ_EVENT_GFX_OLD_MAN_2] = &gObjectEventGraphicsInfo_OldMan2,
[OBJ_EVENT_GFX_OLD_MAN_LYING_DOWN] = &gObjectEventGraphicsInfo_OldManLyingDown,
[OBJ_EVENT_GFX_OLD_WOMAN] = &gObjectEventGraphicsInfo_OldWoman,
[OBJ_EVENT_GFX_TUBER_M_WATER] = &gObjectEventGraphicsInfo_TuberMWater,
[OBJ_EVENT_GFX_TUBER_F] = &gObjectEventGraphicsInfo_TuberF,
[OBJ_EVENT_GFX_TUBER_M_LAND] = &gObjectEventGraphicsInfo_TuberMLand,
[OBJ_EVENT_GFX_CAMPER] = &gObjectEventGraphicsInfo_Camper,
[OBJ_EVENT_GFX_PICNICKER] = &gObjectEventGraphicsInfo_Picnicker,
[OBJ_EVENT_GFX_COOLTRAINER_M] = &gObjectEventGraphicsInfo_CooltrainerM,
[OBJ_EVENT_GFX_COOLTRAINER_F] = &gObjectEventGraphicsInfo_CooltrainerF,
[OBJ_EVENT_GFX_SWIMMER_M_WATER] = &gObjectEventGraphicsInfo_SwimmerMWater,
[OBJ_EVENT_GFX_SWIMMER_F_WATER] = &gObjectEventGraphicsInfo_SwimmerFWater,
[OBJ_EVENT_GFX_SWIMMER_M_LAND] = &gObjectEventGraphicsInfo_SwimmerMLand,
[OBJ_EVENT_GFX_SWIMMER_F_LAND] = &gObjectEventGraphicsInfo_SwimmerFLand,
[OBJ_EVENT_GFX_WORKER_M] = &gObjectEventGraphicsInfo_WorkerM,
[OBJ_EVENT_GFX_WORKER_F] = &gObjectEventGraphicsInfo_WorkerF,
[OBJ_EVENT_GFX_ROCKET_M] = &gObjectEventGraphicsInfo_RocketM,
[OBJ_EVENT_GFX_ROCKET_F] = &gObjectEventGraphicsInfo_RocketF,
[OBJ_EVENT_GFX_GBA_KID] = &gObjectEventGraphicsInfo_GBAKid,
[OBJ_EVENT_GFX_SUPER_NERD] = &gObjectEventGraphicsInfo_SuperNerd,
[OBJ_EVENT_GFX_BIKER] = &gObjectEventGraphicsInfo_Biker,
[OBJ_EVENT_GFX_BLACKBELT] = &gObjectEventGraphicsInfo_Blackbelt,
[OBJ_EVENT_GFX_SCIENTIST] = &gObjectEventGraphicsInfo_Scientist,
[OBJ_EVENT_GFX_HIKER] = &gObjectEventGraphicsInfo_Hiker,
[OBJ_EVENT_GFX_FISHER] = &gObjectEventGraphicsInfo_Fisher,
[OBJ_EVENT_GFX_CHANNELER] = &gObjectEventGraphicsInfo_Channeler,
[OBJ_EVENT_GFX_CHEF] = &gObjectEventGraphicsInfo_Chef,
[OBJ_EVENT_GFX_POLICEMAN] = &gObjectEventGraphicsInfo_Policeman,
[OBJ_EVENT_GFX_GENTLEMAN] = &gObjectEventGraphicsInfo_Gentleman,
[OBJ_EVENT_GFX_SAILOR] = &gObjectEventGraphicsInfo_Sailor,
[OBJ_EVENT_GFX_CAPTAIN] = &gObjectEventGraphicsInfo_Captain,
[OBJ_EVENT_GFX_NURSE] = &gObjectEventGraphicsInfo_Nurse,
[OBJ_EVENT_GFX_CABLE_CLUB_RECEPTIONIST] = &gObjectEventGraphicsInfo_CableClubReceptionist,
[OBJ_EVENT_GFX_UNION_ROOM_RECEPTIONIST] = &gObjectEventGraphicsInfo_UnionRoomReceptionist,
[OBJ_EVENT_GFX_UNUSED_MALE_RECEPTIONIST] = &gObjectEventGraphicsInfo_UnusedMaleReceptionist,
[OBJ_EVENT_GFX_CLERK] = &gObjectEventGraphicsInfo_Clerk,
[OBJ_EVENT_GFX_MG_DELIVERYMAN] = &gObjectEventGraphicsInfo_MGDeliveryman,
[OBJ_EVENT_GFX_TRAINER_TOWER_DUDE] = &gObjectEventGraphicsInfo_TrainerTowerDude,
[OBJ_EVENT_GFX_PROF_OAK] = &gObjectEventGraphicsInfo_ProfOak,
[OBJ_EVENT_GFX_BLUE] = &gObjectEventGraphicsInfo_Blue,
[OBJ_EVENT_GFX_BILL] = &gObjectEventGraphicsInfo_Bill,
[OBJ_EVENT_GFX_LANCE] = &gObjectEventGraphicsInfo_Lance,
[OBJ_EVENT_GFX_AGATHA] = &gObjectEventGraphicsInfo_Agatha,
[OBJ_EVENT_GFX_DAISY] = &gObjectEventGraphicsInfo_Daisy,
[OBJ_EVENT_GFX_LORELEI] = &gObjectEventGraphicsInfo_Lorelei,
[OBJ_EVENT_GFX_MR_FUJI] = &gObjectEventGraphicsInfo_MrFuji,
[OBJ_EVENT_GFX_BRUNO] = &gObjectEventGraphicsInfo_Bruno,
[OBJ_EVENT_GFX_BROCK] = &gObjectEventGraphicsInfo_Brock,
[OBJ_EVENT_GFX_MISTY] = &gObjectEventGraphicsInfo_Misty,
[OBJ_EVENT_GFX_LT_SURGE] = &gObjectEventGraphicsInfo_LtSurge,
[OBJ_EVENT_GFX_ERIKA] = &gObjectEventGraphicsInfo_Erika,
[OBJ_EVENT_GFX_KOGA] = &gObjectEventGraphicsInfo_Koga,
[OBJ_EVENT_GFX_SABRINA] = &gObjectEventGraphicsInfo_Sabrina,
[OBJ_EVENT_GFX_BLAINE] = &gObjectEventGraphicsInfo_Blaine,
[OBJ_EVENT_GFX_GIOVANNI] = &gObjectEventGraphicsInfo_Giovanni,
[OBJ_EVENT_GFX_MOM] = &gObjectEventGraphicsInfo_Mom,
[OBJ_EVENT_GFX_CELIO] = &gObjectEventGraphicsInfo_Celio,
[OBJ_EVENT_GFX_TEACHY_TV_HOST] = &gObjectEventGraphicsInfo_TeachyTVHost,
[OBJ_EVENT_GFX_GYM_GUY] = &gObjectEventGraphicsInfo_GymGuy,
[OBJ_EVENT_GFX_ITEM_BALL] = &gObjectEventGraphicsInfo_ItemBall,
[OBJ_EVENT_GFX_TOWN_MAP] = &gObjectEventGraphicsInfo_TownMap,
[OBJ_EVENT_GFX_POKEDEX] = &gObjectEventGraphicsInfo_Pokedex,
[OBJ_EVENT_GFX_CUT_TREE] = &gObjectEventGraphicsInfo_CutTree,
[OBJ_EVENT_GFX_ROCK_SMASH_ROCK] = &gObjectEventGraphicsInfo_RockSmashRock,
[OBJ_EVENT_GFX_PUSHABLE_BOULDER] = &gObjectEventGraphicsInfo_StrengthBoulder,
[OBJ_EVENT_GFX_FOSSIL] = &gObjectEventGraphicsInfo_Fossil,
[OBJ_EVENT_GFX_RUBY] = &gObjectEventGraphicsInfo_Ruby,
[OBJ_EVENT_GFX_SAPPHIRE] = &gObjectEventGraphicsInfo_Sapphire,
[OBJ_EVENT_GFX_OLD_AMBER] = &gObjectEventGraphicsInfo_OldAmber,
[OBJ_EVENT_GFX_GYM_SIGN] = &gObjectEventGraphicsInfo_GymSign,
[OBJ_EVENT_GFX_SIGN] = &gObjectEventGraphicsInfo_Sign,
[OBJ_EVENT_GFX_TRAINER_TIPS] = &gObjectEventGraphicsInfo_TrainerTips,
[OBJ_EVENT_GFX_CLIPBOARD] = &gObjectEventGraphicsInfo_Clipboard,
[OBJ_EVENT_GFX_METEORITE] = &gObjectEventGraphicsInfo_Meteorite,
[OBJ_EVENT_GFX_LAPRAS_DOLL] = &gObjectEventGraphicsInfo_LaprasDoll,
[OBJ_EVENT_GFX_SEAGALLOP] = &gObjectEventGraphicsInfo_Seagallop,
[OBJ_EVENT_GFX_SNORLAX] = &gObjectEventGraphicsInfo_Snorlax,
[OBJ_EVENT_GFX_SPEAROW] = &gObjectEventGraphicsInfo_Spearow,
[OBJ_EVENT_GFX_CUBONE] = &gObjectEventGraphicsInfo_Cubone,
[OBJ_EVENT_GFX_POLIWRATH] = &gObjectEventGraphicsInfo_Poliwrath,
[OBJ_EVENT_GFX_CLEFAIRY] = &gObjectEventGraphicsInfo_Clefairy,
[OBJ_EVENT_GFX_PIDGEOT] = &gObjectEventGraphicsInfo_Pidgeot,
[OBJ_EVENT_GFX_JIGGLYPUFF] = &gObjectEventGraphicsInfo_Jigglypuff,
[OBJ_EVENT_GFX_PIDGEY] = &gObjectEventGraphicsInfo_Pidgey,
[OBJ_EVENT_GFX_CHANSEY] = &gObjectEventGraphicsInfo_Chansey,
[OBJ_EVENT_GFX_OMANYTE] = &gObjectEventGraphicsInfo_Omanyte,
[OBJ_EVENT_GFX_KANGASKHAN] = &gObjectEventGraphicsInfo_Kangaskhan,
[OBJ_EVENT_GFX_PIKACHU] = &gObjectEventGraphicsInfo_Pikachu,
[OBJ_EVENT_GFX_PSYDUCK] = &gObjectEventGraphicsInfo_Psyduck,
[OBJ_EVENT_GFX_NIDORAN_F] = &gObjectEventGraphicsInfo_NidoranF,
[OBJ_EVENT_GFX_NIDORAN_M] = &gObjectEventGraphicsInfo_NidoranM,
[OBJ_EVENT_GFX_NIDORINO] = &gObjectEventGraphicsInfo_Nidorino,
[OBJ_EVENT_GFX_MEOWTH] = &gObjectEventGraphicsInfo_Meowth,
[OBJ_EVENT_GFX_SEEL] = &gObjectEventGraphicsInfo_Seel,
[OBJ_EVENT_GFX_VOLTORB] = &gObjectEventGraphicsInfo_Voltorb,
[OBJ_EVENT_GFX_SLOWPOKE] = &gObjectEventGraphicsInfo_Slowpoke,
[OBJ_EVENT_GFX_SLOWBRO] = &gObjectEventGraphicsInfo_Slowbro,
[OBJ_EVENT_GFX_MACHOP] = &gObjectEventGraphicsInfo_Machop,
[OBJ_EVENT_GFX_WIGGLYTUFF] = &gObjectEventGraphicsInfo_Wigglytuff,
[OBJ_EVENT_GFX_DODUO] = &gObjectEventGraphicsInfo_Doduo,
[OBJ_EVENT_GFX_FEAROW] = &gObjectEventGraphicsInfo_Fearow,
[OBJ_EVENT_GFX_MACHOKE] = &gObjectEventGraphicsInfo_Machoke,
[OBJ_EVENT_GFX_LAPRAS] = &gObjectEventGraphicsInfo_Lapras,
[OBJ_EVENT_GFX_ZAPDOS] = &gObjectEventGraphicsInfo_Zapdos,
[OBJ_EVENT_GFX_MOLTRES] = &gObjectEventGraphicsInfo_Moltres,
[OBJ_EVENT_GFX_ARTICUNO] = &gObjectEventGraphicsInfo_Articuno,
[OBJ_EVENT_GFX_MEWTWO] = &gObjectEventGraphicsInfo_Mewtwo,
[OBJ_EVENT_GFX_MEW] = &gObjectEventGraphicsInfo_Mew,
[OBJ_EVENT_GFX_ENTEI] = &gObjectEventGraphicsInfo_Entei,
[OBJ_EVENT_GFX_SUICUNE] = &gObjectEventGraphicsInfo_Suicune,
[OBJ_EVENT_GFX_RAIKOU] = &gObjectEventGraphicsInfo_Raikou,
[OBJ_EVENT_GFX_LUGIA] = &gObjectEventGraphicsInfo_Lugia,
[OBJ_EVENT_GFX_HO_OH] = &gObjectEventGraphicsInfo_HoOh,
[OBJ_EVENT_GFX_CELEBI] = &gObjectEventGraphicsInfo_Celebi,
[OBJ_EVENT_GFX_KABUTO] = &gObjectEventGraphicsInfo_Kabuto,
[OBJ_EVENT_GFX_DEOXYS_D] = &gObjectEventGraphicsInfo_DeoxysD,
[OBJ_EVENT_GFX_DEOXYS_A] = &gObjectEventGraphicsInfo_DeoxysA,
[OBJ_EVENT_GFX_DEOXYS_N] = &gObjectEventGraphicsInfo_DeoxysN,
[OBJ_EVENT_GFX_SS_ANNE] = &gObjectEventGraphicsInfo_SSAnne,
};
|