summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-21 01:15:34 -0500
committerhuderlem <huderlem@gmail.com>2020-02-12 18:35:27 -0600
commit98ca62cf91e7e0bd33f09edfc848a62061015aee (patch)
tree6902d9b2183b6f0a379bf141ed3f88b1e2a36598 /src/naming_screen.c
parent6356dc03c1736df6ba25f2bc999e211d8e30a9f0 (diff)
Standardize Event Object to Object Event
Diffstat (limited to 'src/naming_screen.c')
-rw-r--r--src/naming_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/naming_screen.c b/src/naming_screen.c
index 1f904be1b..bfd9cd54f 100644
--- a/src/naming_screen.c
+++ b/src/naming_screen.c
@@ -1302,7 +1302,7 @@ static void sub_80B6E68(void)
u8 spriteId;
rivalGfxId = GetRivalAvatarGraphicsIdByStateIdAndGender(PLAYER_AVATAR_STATE_NORMAL, namingScreenDataPtr->speciesOrPlayerGender);
- spriteId = AddPseudoEventObject(rivalGfxId, SpriteCallbackDummy, 0x38, 0x18, 0);
+ spriteId = AddPseudoObjectEvent(rivalGfxId, SpriteCallbackDummy, 0x38, 0x18, 0);
gSprites[spriteId].oam.priority = 3;
StartSpriteAnim(&gSprites[spriteId], 4);
}