diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 13:57:50 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 13:57:50 -0400 |
commit | 7d4c9d1f9f11c60db3a0e81777cfbbbda483d2e3 (patch) | |
tree | cfe9c4758debe99fc62076307464f65efa19b6ad /include/constants | |
parent | 541c069857d5207b5c2d5856c83f5774d24b261e (diff) |
Sync movement actions
Diffstat (limited to 'include/constants')
-rwxr-xr-x | include/constants/event_object_movement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/event_object_movement.h b/include/constants/event_object_movement.h index a93a2ac05..81826c6fc 100755 --- a/include/constants/event_object_movement.h +++ b/include/constants/event_object_movement.h @@ -218,4 +218,6 @@ #define MOVEMENT_ACTION_ACRO_END_WHEELIE_MOVE_LEFT 0x88 #define MOVEMENT_ACTION_ACRO_END_WHEELIE_MOVE_RIGHT 0x89 +#define MOVEMENT_ACTION_STEP_END 0xFE + #endif // GUARD_CONSTANTS_EVENT_OBJECT_MOVEMENT_H |