diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-02-28 10:41:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 10:41:16 -0500 |
commit | 7cc59fbb1102f8f5520a20718c9181e9436223b4 (patch) | |
tree | 2d9d893f7c0624944bba4dc26d76e17f38e4ee4f /asm/macros/movement.inc | |
parent | 759f373d3153afb0e9dcf5050a700aeca036a919 (diff) | |
parent | 7ae187a2dd49243bfa423fa402299c77b494fd4c (diff) |
Merge pull request #490 from cbt6/movement-action-0x9f
Rename movement action 0x9F
Diffstat (limited to 'asm/macros/movement.inc')
-rw-r--r-- | asm/macros/movement.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/movement.inc b/asm/macros/movement.inc index b6c151730..7cbd1ffc4 100644 --- a/asm/macros/movement.inc +++ b/asm/macros/movement.inc @@ -124,7 +124,7 @@ create_movement walk_slowest_up create_movement walk_slowest_left create_movement walk_slowest_right - create_movement shake_head + create_movement shake_head_or_walk_in_place enum_start 0xa6 create_movement jump_special_with_effect_down |