diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 09:02:06 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 09:02:06 -0500 |
| commit | 14a599bbc2396087fb3a126b302a53f190b23e70 (patch) | |
| tree | a994e4191a740f34108135d34e84c119bc6c5a4b /include/constants | |
| parent | 93ee43a31a40af9e0db9e4d0866626af6990d29e (diff) | |
Address review comments; name some methods in event_object_movement
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/event_object_movement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/event_object_movement.h b/include/constants/event_object_movement.h index 93640576a..40e391f91 100644 --- a/include/constants/event_object_movement.h +++ b/include/constants/event_object_movement.h @@ -186,6 +186,7 @@ #define MOVEMENT_ACTION_SHOW_REFLECTION 0x6F #define MOVEMENT_ACTION_WALK_DOWN_START_AFFINE 0x70 #define MOVEMENT_ACTION_WALK_DOWN_AFFINE 0x71 +// Acro Bike related movement actions might not be in FRLG at all #define MOVEMENT_ACTION_ACRO_WHEELIE_FACE_DOWN 0x72 #define MOVEMENT_ACTION_ACRO_WHEELIE_FACE_UP 0x73 #define MOVEMENT_ACTION_ACRO_WHEELIE_FACE_LEFT 0x74 |
