From 1fa6aecbfcc81b8794ca10e6d88837b1645f95e1 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sat, 14 May 2016 13:46:14 -0400 Subject: Unify directional movement macros --- maps/RuinsofAlphOutside.asm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'maps/RuinsofAlphOutside.asm') diff --git a/maps/RuinsofAlphOutside.asm b/maps/RuinsofAlphOutside.asm index c8acac06a..8cad45e29 100644 --- a/maps/RuinsofAlphOutside.asm +++ b/maps/RuinsofAlphOutside.asm @@ -140,20 +140,20 @@ MapRuinsofAlphOutsideSignpost2Script: jumptext UnknownText_0x58362 MovementData_0x580ba: - step_right - step_right - step_right - step_right - step_up - step_up - step_right - step_right - step_up - step_up + step RIGHT + step RIGHT + step RIGHT + step RIGHT + step UP + step UP + step RIGHT + step RIGHT + step UP + step UP step_end MovementData_0x580c5: - step_up + step UP step_end UnknownText_0x580c7: -- cgit v1.2.3