summaryrefslogtreecommitdiff
path: root/maps/LancesRoom.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/LancesRoom.asm
parent3108c9fa6a265a7ecbac6fa2aaa458025f5aeead (diff)
Unify directional movement macros
Diffstat (limited to 'maps/LancesRoom.asm')
-rw-r--r--maps/LancesRoom.asm80
1 files changed, 40 insertions, 40 deletions
diff --git a/maps/LancesRoom.asm b/maps/LancesRoom.asm
index a3c9018e2..e3572d50d 100644
--- a/maps/LancesRoom.asm
+++ b/maps/LancesRoom.asm
@@ -136,79 +136,79 @@ LanceScript_0x180e7b:
end
LancesRoom_PlayerWalksInMovementData:
- step_up
- step_up
- step_up
- step_up
+ step UP
+ step UP
+ step UP
+ step UP
step_end
MovementData_ApproachLanceFromLeft:
- step_up
- step_up
- turn_head_right
+ step UP
+ step UP
+ turn_head RIGHT
step_end
MovementData_ApproachLanceFromRight:
- step_up
- step_left
- step_up
- turn_head_right
+ step UP
+ step LEFT
+ step UP
+ turn_head RIGHT
step_end
LancesRoomMovementData_MaryRushesIn:
- big_step_up
- big_step_up
- big_step_up
- turn_head_down
+ big_step UP
+ big_step UP
+ big_step UP
+ turn_head DOWN
step_end
LancesRoomMovementData_OakWalksIn:
- step_up
- step_up
+ step UP
+ step UP
step_end
LancesRoomMovementData_MaryYieldsToOak:
- step_left
- turn_head_right
+ step LEFT
+ turn_head RIGHT
step_end
LancesRoomMovementData_MaryInterviewChampion:
- big_step_up
- turn_head_right
+ big_step UP
+ turn_head RIGHT
step_end
LancesRoomMovementData_LancePositionsSelfToGuidePlayerAway:
- step_up
- step_left
- turn_head_down
+ step UP
+ step LEFT
+ turn_head DOWN
step_end
LancesRoomMovementData_LanceLeadsPlayerToHallOfFame:
- step_up
+ step UP
step_end
LancesRoomMovementData_PlayerExits:
- step_up
+ step UP
step_end
LancesRoomMovementData_MaryTriesToFollow:
- step_up
- step_right
- turn_head_up
+ step UP
+ step RIGHT
+ turn_head UP
step_end
LancesRoomMovementData_MaryRunsBackAndForth:
- big_step_right
- big_step_right
- big_step_left
- big_step_left
- big_step_left
- big_step_right
- big_step_right
- big_step_right
- big_step_left
- big_step_left
- turn_head_up
+ big_step RIGHT
+ big_step RIGHT
+ big_step LEFT
+ big_step LEFT
+ big_step LEFT
+ big_step RIGHT
+ big_step RIGHT
+ big_step RIGHT
+ big_step LEFT
+ big_step LEFT
+ turn_head UP
step_end
LanceBattleIntroText: