summaryrefslogtreecommitdiff
path: root/src/data/field_event_obj/event_object_graphics_info_pointers.h
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-10-20 16:11:07 -0400
committerhuderlem <huderlem@gmail.com>2019-10-21 17:21:53 -0500
commit973e6f9667ece0c6ceb3d7718ddc65eac9ef1a65 (patch)
treeeb41fd4580c5580a7d0a8e3a8a03dbc362dfcabb /src/data/field_event_obj/event_object_graphics_info_pointers.h
parent2f36bd62d7a0030064eaacd36676678428cfc41b (diff)
Document mauville_man.inc
Diffstat (limited to 'src/data/field_event_obj/event_object_graphics_info_pointers.h')
-rwxr-xr-xsrc/data/field_event_obj/event_object_graphics_info_pointers.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/data/field_event_obj/event_object_graphics_info_pointers.h b/src/data/field_event_obj/event_object_graphics_info_pointers.h
index 0b8aa79b2..661539d57 100755
--- a/src/data/field_event_obj/event_object_graphics_info_pointers.h
+++ b/src/data/field_event_obj/event_object_graphics_info_pointers.h
@@ -489,11 +489,11 @@ const struct EventObjectGraphicsInfo *const gEventObjectGraphicsInfoPointers[] =
};
const struct EventObjectGraphicsInfo *const gMauvilleOldManGraphicsInfoPointers[] = {
- &gEventObjectGraphicsInfo_Bard,
- &gEventObjectGraphicsInfo_Hipster,
- &gEventObjectGraphicsInfo_Trader,
- &gEventObjectGraphicsInfo_Storyteller,
- &gEventObjectGraphicsInfo_Giddy,
- &gEventObjectGraphicsInfo_UnusedMauvilleOldMan1,
- &gEventObjectGraphicsInfo_UnusedMauvilleOldMan2,
+ [MAUVILLE_MAN_BARD] = &gEventObjectGraphicsInfo_Bard,
+ [MAUVILLE_MAN_HIPSTER] = &gEventObjectGraphicsInfo_Hipster,
+ [MAUVILLE_MAN_TRADER] = &gEventObjectGraphicsInfo_Trader,
+ [MAUVILLE_MAN_STORYTELLER] = &gEventObjectGraphicsInfo_Storyteller,
+ [MAUVILLE_MAN_GIDDY] = &gEventObjectGraphicsInfo_Giddy,
+ [MAUVILLE_MAN_UNUSED1] = &gEventObjectGraphicsInfo_UnusedMauvilleOldMan1,
+ [MAUVILLE_MAN_UNUSED2] = &gEventObjectGraphicsInfo_UnusedMauvilleOldMan2,
};