Update All EVENT_OBJ_GFX References

Didn't realize that this needed to be done as well for renaming OW sprites. The event_objects.h file has had its corresponding defines renamed and all references in all files to those defines have been relabeled.
This commit is contained in:
Deokishisu
2018-10-14 19:09:18 -04:00
parent 9496c50518
commit bf2063cc1a
226 changed files with 590 additions and 590 deletions

View File

@@ -2024,7 +2024,7 @@ const struct EventObjectGraphicsInfo *GetEventObjectGraphicsInfo(u8 graphicsId)
}
if (graphicsId >= NUM_OBJECT_GRAPHICS_INFO)
{
graphicsId = EVENT_OBJ_GFX_LITTLE_BOY_1;
graphicsId = EVENT_OBJ_GFX_NINJA_BOY;
}
return gEventObjectGraphicsInfoPointers[graphicsId];
}