summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm
index 2a3971328..ad8b69389 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2033,7 +2033,7 @@ Function2b5c:: ; 2b5c
ld b, SCGB_09
call GetSGBLayout
callba Function49409
- call Function3200
+ call WaitBGMap2
callba FadeInPalettes
call EnableSpriteUpdates
ret
@@ -2053,7 +2053,7 @@ Function2b74:: ; 0x2b74
ld hl, VramState
set 0, [hl]
call UpdateSprites
- call Function3200
+ call WaitBGMap2
ld b, SCGB_09
call GetSGBLayout
callba Function49409