Document remaining movement types and actions
This commit is contained in:
@@ -79,9 +79,9 @@
|
||||
#define MOVEMENT_TYPE_JOG_IN_PLACE_LEFT 0x4A
|
||||
#define MOVEMENT_TYPE_JOG_IN_PLACE_RIGHT 0x4B
|
||||
#define MOVEMENT_TYPE_INVISIBLE 0x4C
|
||||
#define MOVEMENT_TYPE_VS_SEEKER_4D 0x4D
|
||||
#define MOVEMENT_TYPE_VS_SEEKER_4E 0x4E
|
||||
#define MOVEMENT_TYPE_VS_SEEKER_4F 0x4F
|
||||
#define MOVEMENT_TYPE_RAISE_HAND_AND_STOP 0x4D
|
||||
#define MOVEMENT_TYPE_RAISE_HAND_AND_JUMP 0x4E
|
||||
#define MOVEMENT_TYPE_RAISE_HAND_AND_SWIM 0x4F
|
||||
#define MOVEMENT_TYPE_WANDER_AROUND_SLOWER 0x50
|
||||
#define MOVEMENT_TYPES_COUNT 0x51
|
||||
|
||||
@@ -240,18 +240,18 @@
|
||||
#define MOVEMENT_ACTION_SPIN_UP 0x95
|
||||
#define MOVEMENT_ACTION_SPIN_LEFT 0x96
|
||||
#define MOVEMENT_ACTION_SPIN_RIGHT 0x97
|
||||
#define MOVEMENT_ACTION_0x98 0x98
|
||||
#define MOVEMENT_ACTION_0x99 0x99
|
||||
#define MOVEMENT_ACTION_0x9A 0x9A
|
||||
#define MOVEMENT_ACTION_RAISE_HAND_AND_STOP 0x98
|
||||
#define MOVEMENT_ACTION_RAISE_HAND_AND_JUMP 0x99
|
||||
#define MOVEMENT_ACTION_RAISE_HAND_AND_SWIM 0x9A
|
||||
#define MOVEMENT_ACTION_WALK_SLOWEST_DOWN 0x9B
|
||||
#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_OR_WALK_IN_PLACE 0x9F
|
||||
#define MOVEMENT_ACTION_0xA0 0xA0
|
||||
#define MOVEMENT_ACTION_0xA1 0xA1
|
||||
#define MOVEMENT_ACTION_0xA2 0xA2
|
||||
#define MOVEMENT_ACTION_0xA3 0xA3
|
||||
#define MOVEMENT_ACTION_GLIDE_DOWN 0xA0
|
||||
#define MOVEMENT_ACTION_GLIDE_UP 0xA1
|
||||
#define MOVEMENT_ACTION_GLIDE_LEFT 0xA2
|
||||
#define MOVEMENT_ACTION_GLIDE_RIGHT 0xA3
|
||||
#define MOVEMENT_ACTION_FLY_UP 0xA4
|
||||
#define MOVEMENT_ACTION_FLY_DOWN 0xA5
|
||||
#define MOVEMENT_ACTION_JUMP_SPECIAL_WITH_EFFECT_DOWN 0xA6
|
||||
|
||||
Reference in New Issue
Block a user