summaryrefslogtreecommitdiff
path: root/src/data/field_event_obj/event_object_graphics_info_pointers.h
diff options
context:
space:
mode:
authorDeokishisu <edsaletto@gmail.com>2018-10-14 16:14:01 -0400
committerDeokishisu <edsaletto@gmail.com>2018-10-14 16:14:01 -0400
commit94bec0b8db0f2ab5c4c045dd02608e2698fe2c59 (patch)
tree4659ec54cdbe38e4445d721315ec8fb0116210ff /src/data/field_event_obj/event_object_graphics_info_pointers.h
parentd7ba8a306c7e8a49ee128deef69de49c7cee1d52 (diff)
Fix Double Underscores
Whoops.
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.h4
1 files changed, 2 insertions, 2 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 8e9083216..3f726e30e 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
@@ -13,7 +13,7 @@ const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Girl1;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Boy2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Girl2;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LittleBoy;
-const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo__LittleGirl;
+const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_LittleGirl;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Boy3;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_Girl3;
const struct EventObjectGraphicsInfo gEventObjectGraphicsInfo_RichBoy;
@@ -262,7 +262,7 @@ const struct EventObjectGraphicsInfo *const gEventObjectGraphicsInfoPointers[] =
&gEventObjectGraphicsInfo_Boy2,
&gEventObjectGraphicsInfo_Girl2,
&gEventObjectGraphicsInfo_LittleBoy,
- &gEventObjectGraphicsInfo__LittleGirl,
+ &gEventObjectGraphicsInfo_LittleGirl,
&gEventObjectGraphicsInfo_Boy3,
&gEventObjectGraphicsInfo_Girl3,
&gEventObjectGraphicsInfo_RichBoy,