From 5f272fd20f971f5a6e9ce191f48a935cf7bf6eac Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sat, 18 Jun 2016 16:24:35 -0400 Subject: engine/movement.asm --- engine/map_objects.asm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'engine/map_objects.asm') diff --git a/engine/map_objects.asm b/engine/map_objects.asm index 73992fe7..a3a74c17 100755 --- a/engine/map_objects.asm +++ b/engine/map_objects.asm @@ -400,13 +400,12 @@ Function4732: INCLUDE "engine/movement_pattern.asm" INCLUDE "engine/step_types.asm" +INCLUDE "engine/movement.asm" -Function4fdf: - dr $4fdf, $4fe9 -Function4fe9: - dr $4fe9, $53b1 Function53b1: - dr $53b1, $54d7 + dr $53b1, $5457 +Function5457: + dr $5457, $54d7 Function54d7: dr $54d7, $557f Function557f:: -- cgit v1.2.3