summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-26 21:06:32 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-26 21:06:32 -0500
commit4bcd71e3227181baa536357af3d87a8d02af3890 (patch)
tree05f5dd861966762db9556082229cee82e8b5eed9 /home/map.asm
parent0c6f94effd1cb4278b0c0a2f02117055a69537e1 (diff)
Fix some labels in engine/timeofdaypals.asm
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 d50c99349..e385517a1 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2007,7 +2007,7 @@ FadeToMenu:: ; 2b29
xor a
ld [hBGMapMode], a
call LoadStandardMenuDataHeader
- callba RotatePalettesRightPalettes
+ callba FadeOutPalettes
call ClearSprites
call DisableSpriteUpdates
ret
@@ -2034,7 +2034,7 @@ Function2b5c:: ; 2b5c
call GetSGBLayout
callba Function49409
call Function3200
- callba RotatePalettesLeftPalettes
+ callba FadeInPalettes
call EnableSpriteUpdates
ret
; 2b74