diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 21:12:58 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 21:14:45 -0500 |
| commit | 33a4b6848647bd18ca1d01e44d15624c195305a9 (patch) | |
| tree | 93768c745f080551a6c0de98e1c64f9804a222dd /data/maps/PokemonLeague_ChampionsRoom/scripts.inc | |
| parent | 7eb54648608888a0e3dccb775dc3f4284ac934e6 (diff) | |
Use special obj event ids
Diffstat (limited to 'data/maps/PokemonLeague_ChampionsRoom/scripts.inc')
| -rw-r--r-- | data/maps/PokemonLeague_ChampionsRoom/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc index 47ec9cc6c..6f4d33218 100644 --- a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc +++ b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc @@ -56,7 +56,7 @@ EventScript_162B76:: @ 8162B76 lockall textcolor 0 setflag FLAG_TEMP_2 - applymovement 255, Movement_162D07 + applymovement OBJ_EVENT_ID_PLAYER, Movement_162D07 waitmovement 0 delay 20 checkflag FLAG_SYS_GAME_CLEAR @@ -82,7 +82,7 @@ EventScript_162B76:: @ 8162B76 addobject 2 msgbox gUnknown_8178FC6 closemessage - applymovement 255, Movement_162D1F + applymovement OBJ_EVENT_ID_PLAYER, Movement_162D1F applymovement 1, Movement_162D41 applymovement 2, Movement_162D2A waitmovement 0 @@ -102,7 +102,7 @@ EventScript_162B76:: @ 8162B76 closemessage delay 13 applymovement 2, Movement_162D37 - applymovement 255, Movement_162D12 + applymovement OBJ_EVENT_ID_PLAYER, Movement_162D12 waitmovement 0 setvar VAR_0x4001, 1 warp MAP_POKEMON_LEAGUE_HALL_OF_FAME, 255, 5, 12 |
