summaryrefslogtreecommitdiff
path: root/home/window.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-23 13:00:01 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-23 13:00:01 -0400
commit5f2d3bedb9aef983f1d3cdbca1028b2e08be4cd4 (patch)
tree22e40352158d672f29cc0e45da166f63f65dbf25 /home/window.asm
parent1d456d5f66627e8023c074419180639cc027e7bc (diff)
Revisit some bank 5 code before continuing.
Diffstat (limited to 'home/window.asm')
-rw-r--r--home/window.asm2
1 files changed, 1 insertions, 1 deletions
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]