diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 10:40:51 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 10:40:51 -0400 |
| commit | 006881415d315e34876f4d4f3060aca4dcf8e98d (patch) | |
| tree | 5e0042e986eb246875e1a5d619e38215d56727b8 /data/maps/PokemonLeague_ChampionsRoom/scripts.inc | |
| parent | 244d73af297ea838890d892719882ca19fc04f2a (diff) | |
Resolve most hardcoded values in map scripts
Diffstat (limited to 'data/maps/PokemonLeague_ChampionsRoom/scripts.inc')
| -rw-r--r-- | data/maps/PokemonLeague_ChampionsRoom/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc index 2290e33e4..e270f182d 100644 --- a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc +++ b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc @@ -88,7 +88,7 @@ EventScript_162B76:: @ 8162B76 waitmovement 0 delay 25 specialvar VAR_RESULT, ScrSpecial_GetStarter - getspeciesname 0, 32781 + getspeciesname 0, VAR_RESULT msgbox gUnknown_8178FCF applymovement 2, Movement_1A75EB applymovement 1, Movement_1A75E7 |
