From 5a5f5ececdde2c4c62bdee649d8b1d3edba96fed Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 21 Mar 2020 13:07:18 -0400 Subject: Miscellaneous fixes from #694 --- macros/scripts/movement.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros/scripts/movement.asm') diff --git a/macros/scripts/movement.asm b/macros/scripts/movement.asm index eeda6bd83..e5981c0f9 100644 --- a/macros/scripts/movement.asm +++ b/macros/scripts/movement.asm @@ -1,5 +1,5 @@ ; MovementPointers indexes (see engine/overworld/movement.asm) - enum_start 0, +4 + enum_start 0, 4 ; Directional movements @@ -73,7 +73,7 @@ fast_jump_step: MACRO db movement_fast_jump_step | \1 ENDM -__enumdir__ = +1 +__enumdir__ = 1 ; Control enum movement_remove_sliding ; $38 -- cgit v1.2.3