diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-14 13:46:14 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-14 13:46:14 -0400 |
commit | 1fa6aecbfcc81b8794ca10e6d88837b1645f95e1 (patch) | |
tree | 52fc07965084952c820b0e5eea1d858da217f273 /maps/WiseTriosRoom.asm | |
parent | 3108c9fa6a265a7ecbac6fa2aaa458025f5aeead (diff) |
Unify directional movement macros
Diffstat (limited to 'maps/WiseTriosRoom.asm')
-rw-r--r-- | maps/WiseTriosRoom.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/WiseTriosRoom.asm b/maps/WiseTriosRoom.asm index 8bdb0f700..2aab72239 100644 --- a/maps/WiseTriosRoom.asm +++ b/maps/WiseTriosRoom.asm @@ -121,18 +121,18 @@ UnknownScript_0x9861b: end MovementData_0x98622: - step_left - step_left + step LEFT + step LEFT step_end MovementData_0x98625: - step_right - step_down + step RIGHT + step DOWN step_end MovementData_0x98628: - step_right - step_down + step RIGHT + step DOWN step_end UnknownText_0x9862b: |