diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 15:29:16 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 15:29:16 -0500 |
commit | 80e5031619f388ba3274ca573e58451cb443d54b (patch) | |
tree | 1b948da27f563a7498347011bb5017f3920f1ebb /include/constants | |
parent | 0c492c087eca215e7dd29a90b8a3e9232ffe3bf6 (diff) |
Use Surf field effect
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 08713a602..d2f0a945b 100644 --- a/include/constants/event_object_movement.h +++ b/include/constants/event_object_movement.h @@ -153,7 +153,7 @@ #define MOVEMENT_ACTION_PLAYER_RUN_UP_SLOW 0x42 #define MOVEMENT_ACTION_PLAYER_RUN_LEFT_SLOW 0x43 #define MOVEMENT_ACTION_PLAYER_RUN_RIGHT_SLOW 0x44 -#define MOVEMENT_ACTION_UNKNOWN_STEP_45 0x45 +#define MOVEMENT_ACTION_START_ANIM_IN_DIRECTION 0x45 #define MOVEMENT_ACTION_JUMP_SPECIAL_DOWN 0x46 #define MOVEMENT_ACTION_JUMP_SPECIAL_UP 0x47 #define MOVEMENT_ACTION_JUMP_SPECIAL_LEFT 0x48 |