summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-13 15:13:30 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-13 15:13:30 -0500
commit3b2eaeedbc4c658389c7fceb93e6bbd07e8a6283 (patch)
treee9a403e858cf8d93cfee9eb80b5d8c79cc4e4159 /src/naming_screen.c
parentcafbffd5b82836d779ec446e2362a9885fd18c4a (diff)
parentb4f4d2c0f03462dcdf3492aad27890294600eb2e (diff)
Merge branch 'master' into modern_gcc
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);
}