summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm
index 7aeda60e..30314a55 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2097,7 +2097,7 @@ CheckCurrentMapXYTriggers::
FadeToMenu::
xor a
ldh [hBGMapMode], a
- call LoadStandardMenuDataHeader
+ call LoadStandardMenuHeader
farcall FadeOutPalettes
call ClearSprites
call DisableSpriteUpdates
@@ -2120,7 +2120,7 @@ ExitAllMenus::
FinishExitMenu::
ld b, $9
call GetSGBLayout
- call Function3456
+ call WaitBGMap2
farcall FadeInPalettes
call EnableSpriteUpdates
ret
@@ -2138,7 +2138,7 @@ ReturnToMapWithSpeechTextbox::
ld hl, wVramState
set 0, [hl]
call UpdateSprites
- call Function3456
+ call WaitBGMap2
ld b, $9
call GetSGBLayout
call UpdateTimePals