diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-05-05 09:19:04 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-05-05 09:19:04 +0200 |
commit | c82deab86fc984b6af4686d88b42042be4f6cd9e (patch) | |
tree | da8409973a788a962e8be9ae42d9cd7a18727c38 /macros/scripts/movement.asm | |
parent | a63d9dfd4f4b214034c9a88a14b53635c10914d9 (diff) |
fix-various-little-things
A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
Diffstat (limited to 'macros/scripts/movement.asm')
-rw-r--r-- | macros/scripts/movement.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scripts/movement.asm b/macros/scripts/movement.asm index 451608723..83d1ad0e6 100644 --- a/macros/scripts/movement.asm +++ b/macros/scripts/movement.asm @@ -1,4 +1,4 @@ -; MovementPointers indexes (see engine/movement.asm) +; MovementPointers indexes (see engine/overworld/movement.asm) enum_start ; Directional movements |