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 --- engine/map_objects.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/map_objects.asm') diff --git a/engine/map_objects.asm b/engine/map_objects.asm index c2e2f9a22..58c30c8fb 100644 --- a/engine/map_objects.asm +++ b/engine/map_objects.asm @@ -1995,7 +1995,7 @@ ApplyMovementToFollower: ; 54b8 ret z cp movement_step_bump ret z - cp movement_turn_step_right + 1 + cp movement_slow_step ret c push af ld hl, wFollowerMovementQueueLength @@ -2509,7 +2509,7 @@ RefreshPlayerSprite: ; 579d ld [wPlayerNextMovement], a ld [wPlayerMovement], a xor a - ld [wd04e], a + ld [wPlayerTurningDirection], a ld [PlayerObjectStepFrame], a call .TryResetPlayerAction callba CheckWarpFacingDown -- cgit v1.2.3