diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-21 13:07:18 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-21 13:07:18 -0400 |
commit | 5a5f5ececdde2c4c62bdee649d8b1d3edba96fed (patch) | |
tree | 0bc84d21ca07c0bc6fda23414198b1d606278a49 /macros/scripts/movement.asm | |
parent | 624864307e4e7a5055c01d7f06145feec35527a7 (diff) |
Miscellaneous fixes from #694
Diffstat (limited to 'macros/scripts/movement.asm')
-rw-r--r-- | macros/scripts/movement.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |