diff options
author | Deokishisu <edsaletto@gmail.com> | 2018-10-14 16:14:01 -0400 |
---|---|---|
committer | Deokishisu <edsaletto@gmail.com> | 2018-10-14 16:14:01 -0400 |
commit | 94bec0b8db0f2ab5c4c045dd02608e2698fe2c59 (patch) | |
tree | 4659ec54cdbe38e4445d721315ec8fb0116210ff /src/data/field_event_obj/event_object_graphics_info_pointers.h | |
parent | d7ba8a306c7e8a49ee128deef69de49c7cee1d52 (diff) |
Fix Double Underscores
Whoops.
Diffstat (limited to 'src/data/field_event_obj/event_object_graphics_info_pointers.h')
-rwxr-xr-x | src/data/field_event_obj/event_object_graphics_info_pointers.h | 4 |
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, |