Added proper movement actions for exiting/entering pokeball.

This commit is contained in:
Ariel A 2022-08-24 19:02:46 -04:00
parent 237f9d3f73
commit 8c60050553
2 changed files with 3 additions and 1 deletions

View File

@ -162,5 +162,7 @@
create_movement_action figure_8, MOVEMENT_ACTION_FIGURE_8
create_movement_action fly_up, MOVEMENT_ACTION_FLY_UP
create_movement_action fly_down, MOVEMENT_ACTION_FLY_DOWN
create_movement_action exit_pokeball, MOVEMENT_ACTION_EXIT_POKEBALL
create_movement_action enter_pokeball, MOVEMENT_ACTION_ENTER_POKEBALL
create_movement_action step_end, MOVEMENT_ACTION_STEP_END

View File

@ -74,7 +74,7 @@ EventScript_FollowerJump::
return
EnterPokeballMovement::
.byte 0x9F @ EnterPokeball
enter_pokeball
step_end
@ Movement scripts below, movements are defined in movement.inc