summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/map.asm2
-rw-r--r--home/window.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm
index 0ed02c46..94f30850 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2320,7 +2320,7 @@ ReturnToMapWithSpeechTextbox::
ReloadTilesetAndPalettes::
call DisableLCD
call ClearSprites
- farcall Function1414b
+ farcall _ClearSprites
call LoadStandardFont
call LoadFontsExtra
ldh a, [hROMBank]
diff --git a/home/window.asm b/home/window.asm
index 7a0cb024..9dda3479 100644
--- a/home/window.asm
+++ b/home/window.asm
@@ -36,7 +36,7 @@ CloseText::
call SafeUpdateSprites
ld a, $90
ldh [hWY], a
- farcall Function1415c
+ farcall _RefreshSprites
call ReplaceChrisSprite
ld hl, wEnteredMapFromContinue
res 7, [hl]