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/Route30.asm | |
parent | 3108c9fa6a265a7ecbac6fa2aaa458025f5aeead (diff) |
Unify directional movement macros
Diffstat (limited to 'maps/Route30.asm')
-rw-r--r-- | maps/Route30.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route30.asm b/maps/Route30.asm index 640a17742..e4f1f03d3 100644 --- a/maps/Route30.asm +++ b/maps/Route30.asm @@ -253,14 +253,14 @@ Route30HiddenPotion: Route30_JoeysRattataAttacksMovement: fix_facing - big_step_up - big_step_down + big_step UP + big_step DOWN step_end Route30_MikeysRattataAttacksMovement: fix_facing - big_step_down - big_step_up + big_step DOWN + big_step UP step_end Text_UseTackle: |