summaryrefslogtreecommitdiff
path: root/engine/map_setup.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-26 21:05:32 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-26 21:05:32 -0500
commitc7985e1f3cfe12c487229c34bbdf449a464c2711 (patch)
tree4f1aa761c103d1c8dda47fe8ccab3442f51aadf5 /engine/map_setup.asm
parent01792e00d2d1b0fc1e5550f13a8851c21917aa60 (diff)
Battle Tower scripts and text labels
Diffstat (limited to 'engine/map_setup.asm')
-rw-r--r--engine/map_setup.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/map_setup.asm b/engine/map_setup.asm
index ef1ad715e..7444c7fbe 100644
--- a/engine/map_setup.asm
+++ b/engine/map_setup.asm
@@ -272,8 +272,8 @@ MapSetupCommands: ; 15440
dba LoadMapAttributes ; 1a
dba LoadMapAttributes_SkipPeople ; 1b
dba ClearBGPalettes ; 1c
- dba RotatePalettesRightPalettes ; 1d
- dba RotatePalettesLeftPalettes ; 1e
+ dba FadeOutPalettes ; 1d
+ dba FadeInPalettes ; 1e
dba GetCoordOfUpperLeftCorner ; 1f
dba RestoreFacingAfterWarp ; 20
dba SpawnInFacingDown ; 21