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 /include/constants | |
parent | 759f373d3153afb0e9dcf5050a700aeca036a919 (diff) |
Rename movement action 0x9F
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/event_object_movement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/event_object_movement.h b/include/constants/event_object_movement.h index 87625860b..a9b390b6f 100644 --- a/include/constants/event_object_movement.h +++ b/include/constants/event_object_movement.h @@ -247,7 +247,7 @@ #define MOVEMENT_ACTION_WALK_SLOWEST_UP 0x9C #define MOVEMENT_ACTION_WALK_SLOWEST_LEFT 0x9D #define MOVEMENT_ACTION_WALK_SLOWEST_RIGHT 0x9E -#define MOVEMENT_ACTION_SHAKE_HEAD 0x9F +#define MOVEMENT_ACTION_SHAKE_HEAD_OR_WALK_IN_PLACE 0x9F #define MOVEMENT_ACTION_0xA0 0xA0 #define MOVEMENT_ACTION_0xA1 0xA1 #define MOVEMENT_ACTION_0xA2 0xA2 |