diff options
Diffstat (limited to 'engine/pokegear')
-rw-r--r-- | engine/pokegear/pokegear.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokegear/pokegear.asm b/engine/pokegear/pokegear.asm index 566aecc1..e7ffe340 100644 --- a/engine/pokegear/pokegear.asm +++ b/engine/pokegear/pokegear.asm @@ -891,7 +891,7 @@ PokegearPhone_MakePhoneCall: call WaitSFX ld a, [wPokegearPhoneSelectedPerson] ld b, a - call Function901a1 + call MakePhoneCallFromPokegear ld c, 10 call DelayFrames ld hl, wOptions @@ -1036,7 +1036,7 @@ PokegearPhone_UpdateDisplayList: ld e, l pop af ld b, a - call Function90374 + call GetCallerClassAndName pop hl ld a, [wPokegearPhoneLoadNameBuffer] inc a |