diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-11 01:00:50 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-11 01:00:50 -0500 |
commit | 6bcb508c3fd576bccbe589fee5bae31fb803841c (patch) | |
tree | 887c3fba10f99a52b515aa163787f96eaa285154 /include | |
parent | 0bb7f18b8e609f76a9021420470737bbd16cc2bd (diff) |
Update some movement cmds
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/movement_commands.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/include/constants/movement_commands.h b/include/constants/movement_commands.h index 0f90405dd..8556ba951 100644 --- a/include/constants/movement_commands.h +++ b/include/constants/movement_commands.h @@ -7,10 +7,10 @@ enum face_up, face_left, face_right, - face_down_2, - face_up_2, - face_left_2, - face_right_2, + face_down_fast, + face_up_fast, + face_left_fast, + face_right_fast, walk_slowest_down, walk_slowest_up, walk_slowest_left, @@ -52,10 +52,10 @@ enum walk_in_place_fastest_up, walk_in_place_fastest_left, walk_in_place_fastest_right, - ride_water_current_down, - ride_water_current_up, - ride_water_current_left, - ride_water_current_right, + face_down_slow, + face_up_slow, + face_left_slow, + face_right_slow, walk_fastest_down, walk_fastest_up, walk_fastest_left, @@ -68,15 +68,15 @@ enum player_run_up, player_run_left, player_run_right, - step_41, - step_42, - step_43, - step_44, + player_run_down_slow, + player_run_up_slow, + player_run_left_slow, + player_run_right_slow, step_45, - step_46, - step_47, - step_48, - step_49, + jump_down_run, + jump_up_run, + jump_left_run, + jump_right_run, face_player, face_away_player, lock_facing_direction, @@ -105,7 +105,7 @@ enum emote_question_mark, emote_x, emote_double_exclamation_mark, - step_66, + emote_smile, step_67, rock_smash_break, cut_tree, |