Added proper movement actions for exiting/entering pokeball.
This commit is contained in:
parent
237f9d3f73
commit
8c60050553
@ -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
|
||||
|
||||
@ -74,7 +74,7 @@ EventScript_FollowerJump::
|
||||
return
|
||||
|
||||
EnterPokeballMovement::
|
||||
.byte 0x9F @ EnterPokeball
|
||||
enter_pokeball
|
||||
step_end
|
||||
|
||||
@ Movement scripts below, movements are defined in movement.inc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user