Label used movement steps
This commit is contained in:
@@ -3,71 +3,71 @@
|
||||
|
||||
enum
|
||||
{
|
||||
step_00,
|
||||
step_01,
|
||||
step_02,
|
||||
step_03,
|
||||
slow_step_down,
|
||||
slow_step_up,
|
||||
slow_step_left,
|
||||
slow_step_right,
|
||||
step_down,
|
||||
step_up,
|
||||
step_left,
|
||||
step_right,
|
||||
fast_step_down,
|
||||
fast_step_up,
|
||||
fast_step_left,
|
||||
fast_step_right,
|
||||
step_10,
|
||||
step_11,
|
||||
step_12,
|
||||
step_13,
|
||||
step_14,
|
||||
step_15,
|
||||
step_16,
|
||||
step_17,
|
||||
step_18,
|
||||
step_19,
|
||||
step_1a,
|
||||
step_1b,
|
||||
step_1c,
|
||||
step_1d,
|
||||
step_1e,
|
||||
step_1f,
|
||||
step_20,
|
||||
step_21,
|
||||
step_22,
|
||||
step_23,
|
||||
step_24,
|
||||
step_25,
|
||||
step_26,
|
||||
step_27,
|
||||
step_28,
|
||||
step_29,
|
||||
step_2a,
|
||||
step_2b,
|
||||
step_2c,
|
||||
step_2d,
|
||||
step_2e,
|
||||
step_2f,
|
||||
step_30,
|
||||
step_31,
|
||||
step_32,
|
||||
step_33,
|
||||
step_34,
|
||||
step_35,
|
||||
step_36,
|
||||
step_37,
|
||||
step_38,
|
||||
step_39,
|
||||
step_3a,
|
||||
step_3b,
|
||||
step_3c,
|
||||
step_3d,
|
||||
step_3e,
|
||||
step_3f,
|
||||
step_40,
|
||||
face_down,
|
||||
face_up,
|
||||
face_left,
|
||||
face_right,
|
||||
face_down_2,
|
||||
face_up_2,
|
||||
face_left_2,
|
||||
face_right_2,
|
||||
walk_slowest_down,
|
||||
walk_slowest_up,
|
||||
walk_slowest_left,
|
||||
walk_slowest_right,
|
||||
walk_slow_down,
|
||||
walk_slow_up,
|
||||
walk_slow_left,
|
||||
walk_slow_right,
|
||||
walk_down,
|
||||
walk_up,
|
||||
walk_left,
|
||||
walk_right,
|
||||
jump_2_down,
|
||||
jump_2_up,
|
||||
jump_2_left,
|
||||
jump_2_right,
|
||||
delay_1,
|
||||
delay_2,
|
||||
delay_4,
|
||||
delay_8,
|
||||
delay_16,
|
||||
walk_fast_down,
|
||||
walk_fast_up,
|
||||
walk_fast_left,
|
||||
walk_fast_right,
|
||||
walk_in_place_slow_down,
|
||||
walk_in_place_slow_up,
|
||||
walk_in_place_slow_left,
|
||||
walk_in_place_slow_right,
|
||||
walk_in_place_down,
|
||||
walk_in_place_up,
|
||||
walk_in_place_left,
|
||||
walk_in_place_right,
|
||||
walk_in_place_fast_down,
|
||||
walk_in_place_fast_up,
|
||||
walk_in_place_fast_left,
|
||||
walk_in_place_fast_right,
|
||||
walk_in_place_fastest_down,
|
||||
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,
|
||||
walk_fastest_down,
|
||||
walk_fastest_up,
|
||||
walk_fastest_left,
|
||||
walk_fastest_right,
|
||||
slide_down,
|
||||
slide_up,
|
||||
slide_left,
|
||||
slide_right,
|
||||
player_run_down,
|
||||
player_run_up,
|
||||
player_run_left,
|
||||
player_run_right,
|
||||
step_41,
|
||||
step_42,
|
||||
step_43,
|
||||
@@ -77,34 +77,38 @@ enum
|
||||
step_47,
|
||||
step_48,
|
||||
step_49,
|
||||
step_4a,
|
||||
step_4b,
|
||||
step_4c,
|
||||
step_4d,
|
||||
step_4e,
|
||||
step_4f,
|
||||
step_50,
|
||||
step_51,
|
||||
step_52,
|
||||
step_53,
|
||||
step_54,
|
||||
step_55,
|
||||
step_56,
|
||||
step_57,
|
||||
step_58,
|
||||
step_59,
|
||||
step_5a,
|
||||
step_5b,
|
||||
step_5c,
|
||||
step_5d,
|
||||
step_5e,
|
||||
step_5f,
|
||||
face_player,
|
||||
face_away_player,
|
||||
lock_facing_direction,
|
||||
unlock_facing_direction,
|
||||
jump_down,
|
||||
jump_up,
|
||||
jump_left,
|
||||
jump_right,
|
||||
jump_in_place_down,
|
||||
jump_in_place_up,
|
||||
jump_in_place_left,
|
||||
jump_in_place_right,
|
||||
jump_in_place_down_up,
|
||||
jump_in_place_up_down,
|
||||
jump_in_place_left_right,
|
||||
jump_in_place_right_left,
|
||||
face_original_direction,
|
||||
nurse_joy_bow,
|
||||
enable_jump_landing_ground_effect,
|
||||
disable_jump_landing_ground_effect,
|
||||
disable_anim,
|
||||
restore_anim,
|
||||
set_invisible,
|
||||
step_61,
|
||||
step_62,
|
||||
step_63,
|
||||
step_64,
|
||||
step_65,
|
||||
set_visible,
|
||||
emote_exclamation_mark,
|
||||
emote_question_mark,
|
||||
emote_x,
|
||||
emote_double_exclamation_mark,
|
||||
step_66,
|
||||
step_67,
|
||||
rock_smash_break,
|
||||
cut_tree,
|
||||
|
||||
step_91 = 0x91,
|
||||
step_92,
|
||||
|
||||
Reference in New Issue
Block a user