diff options
author | cbt6 <91667135+cbt6@users.noreply.github.com> | 2022-02-10 01:48:28 +0800 |
---|---|---|
committer | cbt6 <91667135+cbt6@users.noreply.github.com> | 2022-02-10 01:48:28 +0800 |
commit | 7de67831e90daa5f03c4cb78d60f8edfd2763127 (patch) | |
tree | c72101469d1719f885bc8a3621c4231031777d80 | |
parent | ac3de6d02c5beda704570d6ada4ad2195770f819 (diff) |
Add macros for renamed movement actions
-rw-r--r-- | asm/macros/movement.inc | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/asm/macros/movement.inc b/asm/macros/movement.inc index 8e2ac8038..b6c151730 100644 --- a/asm/macros/movement.inc +++ b/asm/macros/movement.inc @@ -113,12 +113,24 @@ create_movement rock_smash_break create_movement cut_tree - enum_start 0x91 - create_movement step_91 - create_movement step_92 + enum_start 0x94 + create_movement spin_down + create_movement spin_up + create_movement spin_left + create_movement spin_right - enum_start 0x96 - create_movement step_96 + enum_start 0x9b + create_movement walk_slowest_down + create_movement walk_slowest_up + create_movement walk_slowest_left + create_movement walk_slowest_right + create_movement shake_head + + enum_start 0xa6 + create_movement jump_special_with_effect_down + create_movement jump_special_with_effect_up + create_movement jump_special_with_effect_left + create_movement jump_special_with_effect_right enum_start 0xfe create_movement step_end |