summaryrefslogtreecommitdiff
path: root/maps/UndergroundPathSwitchRoomEntrances.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/UndergroundPathSwitchRoomEntrances.asm
parent3108c9fa6a265a7ecbac6fa2aaa458025f5aeead (diff)
Unify directional movement macros
Diffstat (limited to 'maps/UndergroundPathSwitchRoomEntrances.asm')
-rw-r--r--maps/UndergroundPathSwitchRoomEntrances.asm36
1 files changed, 18 insertions, 18 deletions
diff --git a/maps/UndergroundPathSwitchRoomEntrances.asm b/maps/UndergroundPathSwitchRoomEntrances.asm
index 0fcff3c0e..85427ade3 100644
--- a/maps/UndergroundPathSwitchRoomEntrances.asm
+++ b/maps/UndergroundPathSwitchRoomEntrances.asm
@@ -643,33 +643,33 @@ UndergroundPathSwitchRoomEntrancesHiddenRevive:
UndergroundSilverApproachMovement1:
- step_down
- step_left
- step_left
- step_left
+ step DOWN
+ step LEFT
+ step LEFT
+ step LEFT
step_end
UndergroundSilverApproachMovement2:
- step_down
- step_down
- step_left
- step_left
- step_left
+ step DOWN
+ step DOWN
+ step LEFT
+ step LEFT
+ step LEFT
step_end
UndergroundSilverRetreatMovement1:
- step_right
- step_right
- step_right
- step_up
+ step RIGHT
+ step RIGHT
+ step RIGHT
+ step UP
step_end
UndergroundSilverRetreatMovement2:
- step_right
- step_right
- step_right
- step_up
- step_up
+ step RIGHT
+ step RIGHT
+ step RIGHT
+ step UP
+ step UP
step_end
UndergroundSilverBeforeText: