summaryrefslogtreecommitdiff
path: root/home/window.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-11-18 18:16:50 +0100
committermid-kid <esteve.varela@gmail.com>2019-11-18 18:21:57 +0100
commit739a60b33c54021c975f22d627e4b5e40206fe37 (patch)
treeb451d2dc8e34a5b40a5c8316223c3cc4a7c8600d /home/window.asm
parent1c41b2e579315ca582157fb3c824bda8ce4ecbbe (diff)
Make the map setup commands match the actual function names better
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name.
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 be249e845..2433e28bb 100644
--- a/home/window.asm
+++ b/home/window.asm
@@ -39,7 +39,7 @@ CloseText::
ld a, $90
ldh [hWY], a
call ReplaceKrisSprite
- farcall ReturnFromMapSetupScript
+ farcall InitMapNameSign
farcall LoadOverworldFont
ret