diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2019-10-06 14:17:34 -0500 | 
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2019-10-06 14:17:34 -0500 | 
| commit | 799edaf3e6c4d1aa714e6b11890a50724f3dff0e (patch) | |
| tree | ee2e5105393dda313314783eacb7512f704dd222 /include/constants | |
| parent | c0b06025168778705ceb044c875561a694739c74 (diff) | |
Document hide/show reflection movement actions
Diffstat (limited to 'include/constants')
| -rwxr-xr-x | include/constants/event_object_movement_constants.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/constants/event_object_movement_constants.h b/include/constants/event_object_movement_constants.h index b1f9b4cb5..ed6f6c7fb 100755 --- a/include/constants/event_object_movement_constants.h +++ b/include/constants/event_object_movement_constants.h @@ -179,8 +179,8 @@  #define MOVEMENT_ACTION_CLEAR_FIXED_PRIORITY            0x5D  #define MOVEMENT_ACTION_INIT_AFFINE_ANIM                0x5E  #define MOVEMENT_ACTION_CLEAR_AFFINE_ANIM               0x5F -#define MOVEMENT_ACTION_UNKNOWN1                        0x60 -#define MOVEMENT_ACTION_UNKNOWN2                        0x61 +#define MOVEMENT_ACTION_HIDE_REFLECTION                 0x60 +#define MOVEMENT_ACTION_SHOW_REFLECTION                 0x61  #define MOVEMENT_ACTION_WALK_DOWN_START_AFFINE          0x62  #define MOVEMENT_ACTION_WALK_DOWN_AFFINE                0x63  #define MOVEMENT_ACTION_ACRO_WHEELIE_FACE_DOWN          0x64 | 
