diff options
author | cbt6 <91667135+cbt6@users.noreply.github.com> | 2022-02-28 23:12:57 +0800 |
---|---|---|
committer | cbt6 <91667135+cbt6@users.noreply.github.com> | 2022-02-28 23:12:57 +0800 |
commit | 0aaae88d6e7a75cd4aeed4ea5bf574afe77ace27 (patch) | |
tree | e953101d29d57f4b30ef7c8b93b47de3a9dfac73 /asm | |
parent | 759f373d3153afb0e9dcf5050a700aeca036a919 (diff) |
Rename movement action 0x9F
Diffstat (limited to 'asm')
-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 |