diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-01 23:15:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 23:15:01 -0400 |
commit | 0ecc1876a9cb8e31b1aa0879bf2b9e9c87271858 (patch) | |
tree | 7a3f305ffca17af6ccf4fdec2ccd69415faa4785 /include | |
parent | d1afbf17bbc9eb70cf085f3b734d02e4ce6b3b57 (diff) | |
parent | 80d282e73b2a13294344733eea2352515cb34368 (diff) |
Merge pull request #408 from PikalaxALT/fix_mvmt_types
Doc VS Seeker; fix misnamed movement types
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/event_object_movement.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/include/constants/event_object_movement.h b/include/constants/event_object_movement.h index b029b47c4..008d3a117 100644 --- a/include/constants/event_object_movement.h +++ b/include/constants/event_object_movement.h @@ -70,19 +70,19 @@ #define MOVEMENT_TYPE_WALK_IN_PLACE_UP 0x41 #define MOVEMENT_TYPE_WALK_IN_PLACE_LEFT 0x42 #define MOVEMENT_TYPE_WALK_IN_PLACE_RIGHT 0x43 -#define MOVEMENT_TYPE_JOG_IN_PLACE_DOWN 0x44 -#define MOVEMENT_TYPE_JOG_IN_PLACE_UP 0x45 -#define MOVEMENT_TYPE_JOG_IN_PLACE_LEFT 0x46 -#define MOVEMENT_TYPE_JOG_IN_PLACE_RIGHT 0x47 -#define MOVEMENT_TYPE_RUN_IN_PLACE_DOWN 0x48 -#define MOVEMENT_TYPE_RUN_IN_PLACE_UP 0x49 -#define MOVEMENT_TYPE_RUN_IN_PLACE_LEFT 0x4A -#define MOVEMENT_TYPE_RUN_IN_PLACE_RIGHT 0x4B +#define MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_DOWN 0x44 +#define MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_UP 0x45 +#define MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_LEFT 0x46 +#define MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_RIGHT 0x47 +#define MOVEMENT_TYPE_JOG_IN_PLACE_DOWN 0x48 +#define MOVEMENT_TYPE_JOG_IN_PLACE_UP 0x49 +#define MOVEMENT_TYPE_JOG_IN_PLACE_LEFT 0x4A +#define MOVEMENT_TYPE_JOG_IN_PLACE_RIGHT 0x4B #define MOVEMENT_TYPE_INVISIBLE 0x4C -#define MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_DOWN 0x4D -#define MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_UP 0x4E -#define MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_LEFT 0x4F -#define MOVEMENT_TYPE_WALK_SLOWLY_IN_PLACE_RIGHT 0x50 +#define MOVEMENT_TYPE_VS_SEEKER_4D 0x4D +#define MOVEMENT_TYPE_VS_SEEKER_4E 0x4E +#define MOVEMENT_TYPE_VS_SEEKER_4F 0x4F +#define MOVEMENT_TYPE_WANDER_AROUND_SLOWEST 0x50 #define MOVEMENT_ACTION_FACE_DOWN 0x0 #define MOVEMENT_ACTION_FACE_UP 0x1 |