summaryrefslogtreecommitdiff
path: root/src/data/field_event_obj/event_object_graphics_info_pointers.h
blob: d221534adc991a551060b92d2495d93be4557858 (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
#ifndef POKERUBY_EVENT_OBJECT_GRAPHICS_INFO_POINTERS_H
#define POKERUBY_EVENT_OBJECT_GRAPHICS_INFO_POINTERS_H

const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanNormal;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanMachBike;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanSurfing;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanFieldMove;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_QuintyPlump;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LittleBoy1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LittleGirl1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Boy1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Girl1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Boy2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Girl2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LittleBoy2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LittleGirl2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Boy3;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Girl3;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Boy4;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Woman1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_FatMan;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Woman2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Man1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Woman3;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_OldMan1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_OldWoman1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Man2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Woman4;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Man3;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Woman5;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Cook;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Woman6;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_OldMan2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_OldWoman2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Camper;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Picnicker;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Man4;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Woman7;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Youngster;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BugCatcher;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_PsychicM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SchoolKidM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Maniac;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_HexManiac;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Woman8;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SwimmerM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SwimmerF;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BlackBelt;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Beauty;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Scientist1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Lass;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Gentleman;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Sailor;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Fisherman;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RunningTriathleteM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RunningTriathleteF;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_TuberF;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_TuberM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Hiker;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_CyclingTriathleteM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_CyclingTriathleteF;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Nurse;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_ItemBall;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BerryTree;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BerryTreeEarlyStages;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BerryTreeLateStages;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanAcroBike;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_ProfBirch;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Man5;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Man6;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_ReporterM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_ReporterF;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Bard;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Hipster;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Trader;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Storyteller;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Giddy;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_UnusedMauvilleOldMan1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_UnusedMauvilleOldMan2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_UnusedNatuDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_UnusedMagnemiteDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_UnusedSquirtleDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_UnusedWooperDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_UnusedPikachuDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_UnusedPorygon2Doll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_CuttableTree;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MartEmployee;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RooftopSaleWoman;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Teala;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BreakableRock;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_PushableBoulder;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MrBrineysBoat;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MayNormal;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MayMachBike;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MayAcroBike;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MaySurfing;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MayFieldMove;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Truck;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MachokeCarryingBox;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MachokeFacingAway;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BirchsBag;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Poochyena;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Artist;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalBrendanNormal;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalBrendanMachBike;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalBrendanAcroBike;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalBrendanSurfing;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalBrendanFieldMove;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalMayNormal;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalMayMachBike;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalMayAcroBike;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalMaySurfing;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RivalMayFieldMove;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Cameraman;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanUnderwater;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MayUnderwater;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MovingBox;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_CableCar;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Scientist2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Man7;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_AquaMemberM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_AquaMemberF;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MagmaMemberM;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MagmaMemberF;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Sidney;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Phoebe;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Glacia;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Drake;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Roxanne;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Brawly;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Wattson;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Flannery;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Norman;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Winona;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Liza;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Tate;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Wallace;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Steven;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Wally;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LittleBoy3;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanFishing;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MayFishing;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_HotSpringsOldWoman;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SSTidal;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SubmarineShadow;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_PichuDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_PikachuDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MarillDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_TogepiDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_CyndaquilDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_ChikoritaDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_TotodileDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_JigglypuffDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MeowthDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_ClefairyDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_DittoDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SmoochumDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_TreeckoDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_TorchicDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MudkipDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_DuskullDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_WynautDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BaltoyDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_KecleonDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_AzurillDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SkittyDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SwabluDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_GulpinDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LotadDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SeedotDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_PikaCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RoundCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_KissCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_ZigzagCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_SpinCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_DiamondCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BallCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_GrassCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_FireCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_WaterCushion;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigSnorlaxDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigRhydonDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigLaprasDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigVenusaurDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigCharizardDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigBlastoiseDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigWailmerDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigRegirockDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigRegiceDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BigRegisteelDoll;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Latias;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Latios;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Boy5;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_ContestJudge;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanWatering;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MayWatering;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_BrendanDecorating;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_MayDecorating;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Archie;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Maxie;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Kyogre1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Groudon1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Fossil;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Regirock;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Regice;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Registeel;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Skitty;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Kecleon1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Kyogre2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Groudon2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Rayquaza;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Zigzagoon;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Pikachu;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Azumarill;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Wingull;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Kecleon2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_TuberMSwimming;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Azurill;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Mom;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LinkBrendan;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LinkMay;

const struct EventObjectGraphicsInfo *const gEventObjectGraphicsInfoPointers[] = {
    [EVENT_OBJ_GFX_BRENDAN_NORMAL] =            &gEventObjectGraphicsInfo_BrendanNormal,
    [EVENT_OBJ_GFX_BRENDAN_MACH_BIKE] =         &gEventObjectGraphicsInfo_BrendanMachBike,
    [EVENT_OBJ_GFX_BRENDAN_SURFING] =           &gEventObjectGraphicsInfo_BrendanSurfing,
    [EVENT_OBJ_GFX_BRENDAN_FIELD_MOVE] =        &gEventObjectGraphicsInfo_BrendanFieldMove,
    [EVENT_OBJ_GFX_QUINTY_PLUMP] =              &gEventObjectGraphicsInfo_QuintyPlump,
    [EVENT_OBJ_GFX_LITTLE_BOY_1] =              &gEventObjectGraphicsInfo_LittleBoy1,
    [EVENT_OBJ_GFX_LITTLE_GIRL_1] =             &gEventObjectGraphicsInfo_LittleGirl1,
    [EVENT_OBJ_GFX_BOY_1] =                     &gEventObjectGraphicsInfo_Boy1,
    [EVENT_OBJ_GFX_GIRL_1] =                    &gEventObjectGraphicsInfo_Girl1,
    [EVENT_OBJ_GFX_BOY_2] =                     &gEventObjectGraphicsInfo_Boy2,
    [EVENT_OBJ_GFX_GIRL_2] =                    &gEventObjectGraphicsInfo_Girl2,
    [EVENT_OBJ_GFX_LITTLE_BOY_2] =              &gEventObjectGraphicsInfo_LittleBoy2,
    [EVENT_OBJ_GFX_LITTLE_GIRL_2] =             &gEventObjectGraphicsInfo_LittleGirl2,
    [EVENT_OBJ_GFX_BOY_3] =                     &gEventObjectGraphicsInfo_Boy3,
    [EVENT_OBJ_GFX_GIRL_3] =                    &gEventObjectGraphicsInfo_Girl3,
    [EVENT_OBJ_GFX_BOY_4] =                     &gEventObjectGraphicsInfo_Boy4,
    [EVENT_OBJ_GFX_WOMAN_1] =                   &gEventObjectGraphicsInfo_Woman1,
    [EVENT_OBJ_GFX_FAT_MAN] =                   &gEventObjectGraphicsInfo_FatMan,
    [EVENT_OBJ_GFX_WOMAN_2] =                   &gEventObjectGraphicsInfo_Woman2,
    [EVENT_OBJ_GFX_MAN_1] =                     &gEventObjectGraphicsInfo_Man1,
    [EVENT_OBJ_GFX_WOMAN_3] =                   &gEventObjectGraphicsInfo_Woman3,
    [EVENT_OBJ_GFX_OLD_MAN_1] =                 &gEventObjectGraphicsInfo_OldMan1,
    [EVENT_OBJ_GFX_OLD_WOMAN_1] =               &gEventObjectGraphicsInfo_OldWoman1,
    [EVENT_OBJ_GFX_MAN_2] =                     &gEventObjectGraphicsInfo_Man2,
    [EVENT_OBJ_GFX_WOMAN_4] =                   &gEventObjectGraphicsInfo_Woman4,
    [EVENT_OBJ_GFX_MAN_3] =                     &gEventObjectGraphicsInfo_Man3,
    [EVENT_OBJ_GFX_WOMAN_5] =                   &gEventObjectGraphicsInfo_Woman5,
    [EVENT_OBJ_GFX_COOK] =                      &gEventObjectGraphicsInfo_Cook,
    [EVENT_OBJ_GFX_WOMAN_6] =                   &gEventObjectGraphicsInfo_Woman6,
    [EVENT_OBJ_GFX_OLD_MAN_2] =                 &gEventObjectGraphicsInfo_OldMan2,
    [EVENT_OBJ_GFX_OLD_WOMAN_2] =               &gEventObjectGraphicsInfo_OldWoman2,
    [EVENT_OBJ_GFX_CAMPER] =                    &gEventObjectGraphicsInfo_Camper,
    [EVENT_OBJ_GFX_PICNICKER] =                 &gEventObjectGraphicsInfo_Picnicker,
    [EVENT_OBJ_GFX_MAN_4] =                     &gEventObjectGraphicsInfo_Man4,
    [EVENT_OBJ_GFX_WOMAN_7] =                   &gEventObjectGraphicsInfo_Woman7,
    [EVENT_OBJ_GFX_YOUNGSTER] =                 &gEventObjectGraphicsInfo_Youngster,
    [EVENT_OBJ_GFX_BUG_CATCHER] =               &gEventObjectGraphicsInfo_BugCatcher,
    [EVENT_OBJ_GFX_PSYCHIC_M] =                 &gEventObjectGraphicsInfo_PsychicM,
    [EVENT_OBJ_GFX_SCHOOL_KID_M] =              &gEventObjectGraphicsInfo_SchoolKidM,
    [EVENT_OBJ_GFX_MANIAC] =                    &gEventObjectGraphicsInfo_Maniac,
    [EVENT_OBJ_GFX_HEX_MANIAC] =                &gEventObjectGraphicsInfo_HexManiac,
    [EVENT_OBJ_GFX_WOMAN_8] =                   &gEventObjectGraphicsInfo_Woman8,
    [EVENT_OBJ_GFX_SWIMMER_M] =                 &gEventObjectGraphicsInfo_SwimmerM,
    [EVENT_OBJ_GFX_SWIMMER_F] =                 &gEventObjectGraphicsInfo_SwimmerF,
    [EVENT_OBJ_GFX_BLACK_BELT] =                &gEventObjectGraphicsInfo_BlackBelt,
    [EVENT_OBJ_GFX_BEAUTY] =                    &gEventObjectGraphicsInfo_Beauty,
    [EVENT_OBJ_GFX_SCIENTIST_1] =               &gEventObjectGraphicsInfo_Scientist1,
    [EVENT_OBJ_GFX_LASS] =                      &gEventObjectGraphicsInfo_Lass,
    [EVENT_OBJ_GFX_GENTLEMAN] =                 &gEventObjectGraphicsInfo_Gentleman,
    [EVENT_OBJ_GFX_SAILOR] =                    &gEventObjectGraphicsInfo_Sailor,
    [EVENT_OBJ_GFX_FISHERMAN] =                 &gEventObjectGraphicsInfo_Fisherman,
    [EVENT_OBJ_GFX_RUNNING_TRIATHLETE_M] =      &gEventObjectGraphicsInfo_RunningTriathleteM,
    [EVENT_OBJ_GFX_RUNNING_TRIATHLETE_F] =      &gEventObjectGraphicsInfo_RunningTriathleteF,
    [EVENT_OBJ_GFX_TUBER_F] =                   &gEventObjectGraphicsInfo_TuberF,
    [EVENT_OBJ_GFX_TUBER_M] =                   &gEventObjectGraphicsInfo_TuberM,
    [EVENT_OBJ_GFX_HIKER] =                     &gEventObjectGraphicsInfo_Hiker,
    [EVENT_OBJ_GFX_CYCLING_TRIATHLETE_M] =      &gEventObjectGraphicsInfo_CyclingTriathleteM,
    [EVENT_OBJ_GFX_CYCLING_TRIATHLETE_F] =      &gEventObjectGraphicsInfo_CyclingTriathleteF,
    [EVENT_OBJ_GFX_NURSE] =                     &gEventObjectGraphicsInfo_Nurse,
    [EVENT_OBJ_GFX_ITEM_BALL] =                 &gEventObjectGraphicsInfo_ItemBall,
    [EVENT_OBJ_GFX_BERRY_TREE] =                &gEventObjectGraphicsInfo_BerryTree,
    [EVENT_OBJ_GFX_BERRY_TREE_EARLY_STAGES] =   &gEventObjectGraphicsInfo_BerryTreeEarlyStages,
    [EVENT_OBJ_GFX_BERRY_TREE_LATE_STAGES] =    &gEventObjectGraphicsInfo_BerryTreeLateStages,
    [EVENT_OBJ_GFX_BRENDAN_ACRO_BIKE] =         &gEventObjectGraphicsInfo_BrendanAcroBike,
    [EVENT_OBJ_GFX_PROF_BIRCH] =                &gEventObjectGraphicsInfo_ProfBirch,
    [EVENT_OBJ_GFX_MAN_5] =                     &gEventObjectGraphicsInfo_Man5,
    [EVENT_OBJ_GFX_MAN_6] =                     &gEventObjectGraphicsInfo_Man6,
    [EVENT_OBJ_GFX_REPORTER_M] =                &gEventObjectGraphicsInfo_ReporterM,
    [EVENT_OBJ_GFX_REPORTER_F] =                &gEventObjectGraphicsInfo_ReporterF,
    [EVENT_OBJ_GFX_BARD] =                      &gEventObjectGraphicsInfo_Bard,
    [EVENT_OBJ_GFX_HIPSTER] =                   &gEventObjectGraphicsInfo_Hipster,
    [EVENT_OBJ_GFX_TRADER] =                    &gEventObjectGraphicsInfo_Trader,
    [EVENT_OBJ_GFX_STORYTELLER] =               &gEventObjectGraphicsInfo_Storyteller,
    [EVENT_OBJ_GFX_GIDDY] =                     &gEventObjectGraphicsInfo_Giddy,
    [EVENT_OBJ_GFX_UNUSED_MAUVILLE_OLD_MAN_1] = &gEventObjectGraphicsInfo_UnusedMauvilleOldMan1,
    [EVENT_OBJ_GFX_UNUSED_MAUVILLE_OLD_MAN_2] = &gEventObjectGraphicsInfo_UnusedMauvilleOldMan2,
    [EVENT_OBJ_GFX_UNUSED_NATU_DOLL] =          &gEventObjectGraphicsInfo_UnusedNatuDoll,
    [EVENT_OBJ_GFX_UNUSED_MAGNEMITE_DOLL] =     &gEventObjectGraphicsInfo_UnusedMagnemiteDoll,
    [EVENT_OBJ_GFX_UNUSED_SQUIRTLE_DOLL] =      &gEventObjectGraphicsInfo_UnusedSquirtleDoll,
    [EVENT_OBJ_GFX_UNUSED_WOOPER_DOLL] =        &gEventObjectGraphicsInfo_UnusedWooperDoll,
    [EVENT_OBJ_GFX_UNUSED_PIKACHU_DOLL] =       &gEventObjectGraphicsInfo_UnusedPikachuDoll,
    [EVENT_OBJ_GFX_UNUSED_PORYGON2_DOLL] =      &gEventObjectGraphicsInfo_UnusedPorygon2Doll,
    [EVENT_OBJ_GFX_CUTTABLE_TREE] =             &gEventObjectGraphicsInfo_CuttableTree,
    [EVENT_OBJ_GFX_MART_EMPLOYEE] =             &gEventObjectGraphicsInfo_MartEmployee,
    [EVENT_OBJ_GFX_ROOFTOP_SALE_WOMAN] =        &gEventObjectGraphicsInfo_RooftopSaleWoman,
    [EVENT_OBJ_GFX_TEALA] =                     &gEventObjectGraphicsInfo_Teala,
    [EVENT_OBJ_GFX_BREAKABLE_ROCK] =            &gEventObjectGraphicsInfo_BreakableRock,
    [EVENT_OBJ_GFX_PUSHABLE_BOULDER] =          &gEventObjectGraphicsInfo_PushableBoulder,
    [EVENT_OBJ_GFX_MR_BRINEYS_BOAT] =           &gEventObjectGraphicsInfo_MrBrineysBoat,
    [EVENT_OBJ_GFX_MAY_NORMAL] =                &gEventObjectGraphicsInfo_MayNormal,
    [EVENT_OBJ_GFX_MAY_MACH_BIKE] =             &gEventObjectGraphicsInfo_MayMachBike,
    [EVENT_OBJ_GFX_MAY_ACRO_BIKE] =             &gEventObjectGraphicsInfo_MayAcroBike,
    [EVENT_OBJ_GFX_MAY_SURFING] =               &gEventObjectGraphicsInfo_MaySurfing,
    [EVENT_OBJ_GFX_MAY_FIELD_MOVE] =            &gEventObjectGraphicsInfo_MayFieldMove,
    [EVENT_OBJ_GFX_TRUCK] =                     &gEventObjectGraphicsInfo_Truck,
    [EVENT_OBJ_GFX_MACHOKE_CARRYING_BOX] =      &gEventObjectGraphicsInfo_MachokeCarryingBox,
    [EVENT_OBJ_GFX_MACHOKE_FACING_AWAY] =       &gEventObjectGraphicsInfo_MachokeFacingAway,
    [EVENT_OBJ_GFX_BIRCHS_BAG] =                &gEventObjectGraphicsInfo_BirchsBag,
    [EVENT_OBJ_GFX_POOCHYENA] =                 &gEventObjectGraphicsInfo_Poochyena,
    [EVENT_OBJ_GFX_ARTIST] =                    &gEventObjectGraphicsInfo_Artist,
    [EVENT_OBJ_GFX_RIVAL_BRENDAN_NORMAL] =      &gEventObjectGraphicsInfo_RivalBrendanNormal,
    [EVENT_OBJ_GFX_RIVAL_BRENDAN_MACH_BIKE] =   &gEventObjectGraphicsInfo_RivalBrendanMachBike,
    [EVENT_OBJ_GFX_RIVAL_BRENDAN_ACRO_BIKE] =   &gEventObjectGraphicsInfo_RivalBrendanAcroBike,
    [EVENT_OBJ_GFX_RIVAL_BRENDAN_SURFING] =     &gEventObjectGraphicsInfo_RivalBrendanSurfing,
    [EVENT_OBJ_GFX_RIVAL_BRENDAN_FIELD_MOVE] =  &gEventObjectGraphicsInfo_RivalBrendanFieldMove,
    [EVENT_OBJ_GFX_RIVAL_MAY_NORMAL] =          &gEventObjectGraphicsInfo_RivalMayNormal,
    [EVENT_OBJ_GFX_RIVAL_MAY_MACH_BIKE] =       &gEventObjectGraphicsInfo_RivalMayMachBike,
    [EVENT_OBJ_GFX_RIVAL_MAY_ACRO_BIKE] =       &gEventObjectGraphicsInfo_RivalMayAcroBike,
    [EVENT_OBJ_GFX_RIVAL_MAY_SURFING] =         &gEventObjectGraphicsInfo_RivalMaySurfing,
    [EVENT_OBJ_GFX_RIVAL_MAY_FIELD_MOVE] =      &gEventObjectGraphicsInfo_RivalMayFieldMove,
    [EVENT_OBJ_GFX_CAMERAMAN] =                 &gEventObjectGraphicsInfo_Cameraman,
    [EVENT_OBJ_GFX_BRENDAN_UNDERWATER] =        &gEventObjectGraphicsInfo_BrendanUnderwater,
    [EVENT_OBJ_GFX_MAY_UNDERWATER] =            &gEventObjectGraphicsInfo_MayUnderwater,
    [EVENT_OBJ_GFX_MOVING_BOX] =                &gEventObjectGraphicsInfo_MovingBox,
    [EVENT_OBJ_GFX_CABLE_CAR] =                 &gEventObjectGraphicsInfo_CableCar,
    [EVENT_OBJ_GFX_SCIENTIST_2] =               &gEventObjectGraphicsInfo_Scientist2,
    [EVENT_OBJ_GFX_MAN_7] =                     &gEventObjectGraphicsInfo_Man7,
    [EVENT_OBJ_GFX_AQUA_MEMBER_M] =             &gEventObjectGraphicsInfo_AquaMemberM,
    [EVENT_OBJ_GFX_AQUA_MEMBER_F] =             &gEventObjectGraphicsInfo_AquaMemberF,
    [EVENT_OBJ_GFX_MAGMA_MEMBER_M] =            &gEventObjectGraphicsInfo_MagmaMemberM,
    [EVENT_OBJ_GFX_MAGMA_MEMBER_F] =            &gEventObjectGraphicsInfo_MagmaMemberF,
    [EVENT_OBJ_GFX_SIDNEY] =                    &gEventObjectGraphicsInfo_Sidney,
    [EVENT_OBJ_GFX_PHOEBE] =                    &gEventObjectGraphicsInfo_Phoebe,
    [EVENT_OBJ_GFX_GLACIA] =                    &gEventObjectGraphicsInfo_Glacia,
    [EVENT_OBJ_GFX_DRAKE] =                     &gEventObjectGraphicsInfo_Drake,
    [EVENT_OBJ_GFX_ROXANNE] =                   &gEventObjectGraphicsInfo_Roxanne,
    [EVENT_OBJ_GFX_BRAWLY] =                    &gEventObjectGraphicsInfo_Brawly,
    [EVENT_OBJ_GFX_WATTSON] =                   &gEventObjectGraphicsInfo_Wattson,
    [EVENT_OBJ_GFX_FLANNERY] =                  &gEventObjectGraphicsInfo_Flannery,
    [EVENT_OBJ_GFX_NORMAN] =                    &gEventObjectGraphicsInfo_Norman,
    [EVENT_OBJ_GFX_WINONA] =                    &gEventObjectGraphicsInfo_Winona,
    [EVENT_OBJ_GFX_LIZA] =                      &gEventObjectGraphicsInfo_Liza,
    [EVENT_OBJ_GFX_TATE] =                      &gEventObjectGraphicsInfo_Tate,
    [EVENT_OBJ_GFX_WALLACE] =                   &gEventObjectGraphicsInfo_Wallace,
    [EVENT_OBJ_GFX_STEVEN] =                    &gEventObjectGraphicsInfo_Steven,
    [EVENT_OBJ_GFX_WALLY] =                     &gEventObjectGraphicsInfo_Wally,
    [EVENT_OBJ_GFX_LITTLE_BOY_3] =              &gEventObjectGraphicsInfo_LittleBoy3,
    [EVENT_OBJ_GFX_BRENDAN_FISHING] =           &gEventObjectGraphicsInfo_BrendanFishing,
    [EVENT_OBJ_GFX_MAY_FISHING] =               &gEventObjectGraphicsInfo_MayFishing,
    [EVENT_OBJ_GFX_HOT_SPRINGS_OLD_WOMAN] =     &gEventObjectGraphicsInfo_HotSpringsOldWoman,
    [EVENT_OBJ_GFX_SS_TIDAL] =                  &gEventObjectGraphicsInfo_SSTidal,
    [EVENT_OBJ_GFX_SUBMARINE_SHADOW] =          &gEventObjectGraphicsInfo_SubmarineShadow,
    [EVENT_OBJ_GFX_PICHU_DOLL] =                &gEventObjectGraphicsInfo_PichuDoll,
    [EVENT_OBJ_GFX_PIKACHU_DOLL] =              &gEventObjectGraphicsInfo_PikachuDoll,
    [EVENT_OBJ_GFX_MARILL_DOLL] =               &gEventObjectGraphicsInfo_MarillDoll,
    [EVENT_OBJ_GFX_TOGEPI_DOLL] =               &gEventObjectGraphicsInfo_TogepiDoll,
    [EVENT_OBJ_GFX_CYNDAQUIL_DOLL] =            &gEventObjectGraphicsInfo_CyndaquilDoll,
    [EVENT_OBJ_GFX_CHIKORITA_DOLL] =            &gEventObjectGraphicsInfo_ChikoritaDoll,
    [EVENT_OBJ_GFX_TOTODILE_DOLL] =             &gEventObjectGraphicsInfo_TotodileDoll,
    [EVENT_OBJ_GFX_JIGGLYPUFF_DOLL] =           &gEventObjectGraphicsInfo_JigglypuffDoll,
    [EVENT_OBJ_GFX_MEOWTH_DOLL] =               &gEventObjectGraphicsInfo_MeowthDoll,
    [EVENT_OBJ_GFX_CLEFAIRY_DOLL] =             &gEventObjectGraphicsInfo_ClefairyDoll,
    [EVENT_OBJ_GFX_DITTO_DOLL] =                &gEventObjectGraphicsInfo_DittoDoll,
    [EVENT_OBJ_GFX_SMOOCHUM_DOLL] =             &gEventObjectGraphicsInfo_SmoochumDoll,
    [EVENT_OBJ_GFX_TREECKO_DOLL] =              &gEventObjectGraphicsInfo_TreeckoDoll,
    [EVENT_OBJ_GFX_TORCHIC_DOLL] =              &gEventObjectGraphicsInfo_TorchicDoll,
    [EVENT_OBJ_GFX_MUDKIP_DOLL] =               &gEventObjectGraphicsInfo_MudkipDoll,
    [EVENT_OBJ_GFX_DUSKULL_DOLL] =              &gEventObjectGraphicsInfo_DuskullDoll,
    [EVENT_OBJ_GFX_WYNAUT_DOLL] =               &gEventObjectGraphicsInfo_WynautDoll,
    [EVENT_OBJ_GFX_BALTOY_DOLL] =               &gEventObjectGraphicsInfo_BaltoyDoll,
    [EVENT_OBJ_GFX_KECLEON_DOLL] =              &gEventObjectGraphicsInfo_KecleonDoll,
    [EVENT_OBJ_GFX_AZURILL_DOLL] =              &gEventObjectGraphicsInfo_AzurillDoll,
    [EVENT_OBJ_GFX_SKITTY_DOLL] =               &gEventObjectGraphicsInfo_SkittyDoll,
    [EVENT_OBJ_GFX_SWABLU_DOLL] =               &gEventObjectGraphicsInfo_SwabluDoll,
    [EVENT_OBJ_GFX_GULPIN_DOLL] =               &gEventObjectGraphicsInfo_GulpinDoll,
    [EVENT_OBJ_GFX_LOTAD_DOLL] =                &gEventObjectGraphicsInfo_LotadDoll,
    [EVENT_OBJ_GFX_SEEDOT_DOLL] =               &gEventObjectGraphicsInfo_SeedotDoll,
    [EVENT_OBJ_GFX_PIKA_CUSHION] =              &gEventObjectGraphicsInfo_PikaCushion,
    [EVENT_OBJ_GFX_ROUND_CUSHION] =             &gEventObjectGraphicsInfo_RoundCushion,
    [EVENT_OBJ_GFX_KISS_CUSHION] =              &gEventObjectGraphicsInfo_KissCushion,
    [EVENT_OBJ_GFX_ZIGZAG_CUSHION] =            &gEventObjectGraphicsInfo_ZigzagCushion,
    [EVENT_OBJ_GFX_SPIN_CUSHION] =              &gEventObjectGraphicsInfo_SpinCushion,
    [EVENT_OBJ_GFX_DIAMOND_CUSHION] =           &gEventObjectGraphicsInfo_DiamondCushion,
    [EVENT_OBJ_GFX_BALL_CUSHION] =              &gEventObjectGraphicsInfo_BallCushion,
    [EVENT_OBJ_GFX_GRASS_CUSHION] =             &gEventObjectGraphicsInfo_GrassCushion,
    [EVENT_OBJ_GFX_FIRE_CUSHION] =              &gEventObjectGraphicsInfo_FireCushion,
    [EVENT_OBJ_GFX_WATER_CUSHION] =             &gEventObjectGraphicsInfo_WaterCushion,
    [EVENT_OBJ_GFX_BIG_SNORLAX_DOLL] =          &gEventObjectGraphicsInfo_BigSnorlaxDoll,
    [EVENT_OBJ_GFX_BIG_RHYDON_DOLL] =           &gEventObjectGraphicsInfo_BigRhydonDoll,
    [EVENT_OBJ_GFX_BIG_LAPRAS_DOLL] =           &gEventObjectGraphicsInfo_BigLaprasDoll,
    [EVENT_OBJ_GFX_BIG_VENUSAUR_DOLL] =         &gEventObjectGraphicsInfo_BigVenusaurDoll,
    [EVENT_OBJ_GFX_BIG_CHARIZARD_DOLL] =        &gEventObjectGraphicsInfo_BigCharizardDoll,
    [EVENT_OBJ_GFX_BIG_BLASTOISE_DOLL] =        &gEventObjectGraphicsInfo_BigBlastoiseDoll,
    [EVENT_OBJ_GFX_BIG_WAILMER_DOLL] =          &gEventObjectGraphicsInfo_BigWailmerDoll,
    [EVENT_OBJ_GFX_BIG_REGIROCK_DOLL] =         &gEventObjectGraphicsInfo_BigRegirockDoll,
    [EVENT_OBJ_GFX_BIG_REGICE_DOLL] =           &gEventObjectGraphicsInfo_BigRegiceDoll,
    [EVENT_OBJ_GFX_BIG_REGISTEEL_DOLL] =        &gEventObjectGraphicsInfo_BigRegisteelDoll,
    [EVENT_OBJ_GFX_LATIAS] =                    &gEventObjectGraphicsInfo_Latias,
    [EVENT_OBJ_GFX_LATIOS] =                    &gEventObjectGraphicsInfo_Latios,
    [EVENT_OBJ_GFX_BOY_5] =                     &gEventObjectGraphicsInfo_Boy5,
    [EVENT_OBJ_GFX_CONTEST_JUDGE] =             &gEventObjectGraphicsInfo_ContestJudge,
    [EVENT_OBJ_GFX_BRENDAN_WATERING] =          &gEventObjectGraphicsInfo_BrendanWatering,
    [EVENT_OBJ_GFX_MAY_WATERING] =              &gEventObjectGraphicsInfo_MayWatering,
    [EVENT_OBJ_GFX_BRENDAN_DECORATING] =        &gEventObjectGraphicsInfo_BrendanDecorating,
    [EVENT_OBJ_GFX_MAY_DECORATING] =            &gEventObjectGraphicsInfo_MayDecorating,
    [EVENT_OBJ_GFX_ARCHIE] =                    &gEventObjectGraphicsInfo_Archie,
    [EVENT_OBJ_GFX_MAXIE] =                     &gEventObjectGraphicsInfo_Maxie,
    [EVENT_OBJ_GFX_KYOGRE_1] =                  &gEventObjectGraphicsInfo_Kyogre1,
    [EVENT_OBJ_GFX_GROUDON_1] =                 &gEventObjectGraphicsInfo_Groudon1,
    [EVENT_OBJ_GFX_FOSSIL] =                    &gEventObjectGraphicsInfo_Fossil,
    [EVENT_OBJ_GFX_REGIROCK] =                  &gEventObjectGraphicsInfo_Regirock,
    [EVENT_OBJ_GFX_REGICE] =                    &gEventObjectGraphicsInfo_Regice,
    [EVENT_OBJ_GFX_REGISTEEL] =                 &gEventObjectGraphicsInfo_Registeel,
    [EVENT_OBJ_GFX_SKITTY] =                    &gEventObjectGraphicsInfo_Skitty,
    [EVENT_OBJ_GFX_KECLEON_1] =                 &gEventObjectGraphicsInfo_Kecleon1,
    [EVENT_OBJ_GFX_KYOGRE_2] =                  &gEventObjectGraphicsInfo_Kyogre2,
    [EVENT_OBJ_GFX_GROUDON_2] =                 &gEventObjectGraphicsInfo_Groudon2,
    [EVENT_OBJ_GFX_RAYQUAZA] =                  &gEventObjectGraphicsInfo_Rayquaza,
    [EVENT_OBJ_GFX_ZIGZAGOON] =                 &gEventObjectGraphicsInfo_Zigzagoon,
    [EVENT_OBJ_GFX_PIKACHU] =                   &gEventObjectGraphicsInfo_Pikachu,
    [EVENT_OBJ_GFX_AZUMARILL] =                 &gEventObjectGraphicsInfo_Azumarill,
    [EVENT_OBJ_GFX_WINGULL] =                   &gEventObjectGraphicsInfo_Wingull,
    [EVENT_OBJ_GFX_KECLEON_2] =                 &gEventObjectGraphicsInfo_Kecleon2,
    [EVENT_OBJ_GFX_TUBER_M_SWIMMING] =          &gEventObjectGraphicsInfo_TuberMSwimming,
    [EVENT_OBJ_GFX_AZURILL] =                   &gEventObjectGraphicsInfo_Azurill,
    [EVENT_OBJ_GFX_MOM] =                       &gEventObjectGraphicsInfo_Mom,
    [EVENT_OBJ_GFX_LINK_BRENDAN] =              &gEventObjectGraphicsInfo_LinkBrendan,
    [EVENT_OBJ_GFX_LINK_MAY] =                  &gEventObjectGraphicsInfo_LinkMay
};

#endif //POKERUBY_EVENT_OBJECT_GRAPHICS_INFO_POINTERS_H