ReplaceKrisSprite -> UpdatePlayerSprite

This commit is contained in:
Rangi
2020-06-16 19:38:00 -04:00
parent f76dabedcc
commit f2550fc3c2
11 changed files with 22 additions and 22 deletions

View File

@@ -94,8 +94,8 @@ Unreferenced_DMATransfer:
ldh [hBGMapMode], a
ret
ReplaceKrisSprite::
farcall _ReplaceKrisSprite
UpdatePlayerSprite::
farcall _UpdatePlayerSprite
ret
LoadStandardFont::

View File

@@ -38,7 +38,7 @@ CloseText::
call SafeUpdateSprites
ld a, $90
ldh [hWY], a
call ReplaceKrisSprite
call UpdatePlayerSprite
farcall InitMapNameSign
farcall LoadOverworldFont
ret