summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/gfx.asm4
-rw-r--r--home/window.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/home/gfx.asm b/home/gfx.asm
index 1d7488191..ede4088ec 100644
--- a/home/gfx.asm
+++ b/home/gfx.asm
@@ -94,8 +94,8 @@ Unreferenced_DMATransfer:
ldh [hBGMapMode], a
ret
-ReplaceKrisSprite::
- farcall _ReplaceKrisSprite
+UpdatePlayerSprite::
+ farcall _UpdatePlayerSprite
ret
LoadStandardFont::
diff --git a/home/window.asm b/home/window.asm
index f428c1a7a..082ec40fc 100644
--- a/home/window.asm
+++ b/home/window.asm
@@ -38,7 +38,7 @@ CloseText::
call SafeUpdateSprites
ld a, $90
ldh [hWY], a
- call ReplaceKrisSprite
+ call UpdatePlayerSprite
farcall InitMapNameSign
farcall LoadOverworldFont
ret