summaryrefslogtreecommitdiff
path: root/maps/MountMoon.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-14 13:46:14 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-14 13:46:14 -0400
commit1fa6aecbfcc81b8794ca10e6d88837b1645f95e1 (patch)
tree52fc07965084952c820b0e5eea1d858da217f273 /maps/MountMoon.asm
parent3108c9fa6a265a7ecbac6fa2aaa458025f5aeead (diff)
Unify directional movement macros
Diffstat (limited to 'maps/MountMoon.asm')
-rw-r--r--maps/MountMoon.asm20
1 files changed, 10 insertions, 10 deletions
diff --git a/maps/MountMoon.asm b/maps/MountMoon.asm
index b2ce702bb..649b5686f 100644
--- a/maps/MountMoon.asm
+++ b/maps/MountMoon.asm
@@ -74,19 +74,19 @@ MountMoon_MapScriptHeader:
end
MountMoonSilverMovementBefore:
- step_left
- step_left
- step_left
+ step LEFT
+ step LEFT
+ step LEFT
step_end
MountMoonSilverMovementAfter:
- step_right
- step_right
- step_down
- step_down
- step_down
- step_down
- step_down
+ step RIGHT
+ step RIGHT
+ step DOWN
+ step DOWN
+ step DOWN
+ step DOWN
+ step DOWN
step_end
MountMoonSilverTextBefore: