diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-18 10:37:48 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-18 10:37:48 -0400 |
| commit | 9903f7a77a1836c269119dcf2766df5ab09df765 (patch) | |
| tree | 9dafc62f5691fc3b1cda55ca24e31cc2d49ca655 /data/maps/PokemonLeague_ChampionsRoom | |
| parent | 4d8f66774e791bd6d30023b41fed7f2e00b0edac (diff) | |
Assign trainer consts to script cmd args
Diffstat (limited to 'data/maps/PokemonLeague_ChampionsRoom')
| -rw-r--r-- | data/maps/PokemonLeague_ChampionsRoom/scripts.inc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc index 43c11e705..67b68616d 100644 --- a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc +++ b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc @@ -16,23 +16,23 @@ PokemonLeague_ChampionsRoom_MapScript2_162AF2:: @ 8162AF2 end EventScript_162B1E:: @ 8162B1E - checktrainerflag FLAG_0x1B6 + checktrainerflag TRAINER_CHAMPION_TERRY goto_if_eq EventScript_162B57 - checktrainerflag FLAG_0x2E3 + checktrainerflag TRAINER_CHAMPION_TERRY_4 goto_if_eq EventScript_162B57 return EventScript_162B31:: @ 8162B31 - checktrainerflag FLAG_0x1B7 + checktrainerflag TRAINER_CHAMPION_TERRY_2 goto_if_eq EventScript_162B57 - checktrainerflag FLAG_0x2E4 + checktrainerflag TRAINER_CHAMPION_TERRY_5 goto_if_eq EventScript_162B57 return EventScript_162B44:: @ 8162B44 - checktrainerflag FLAG_0x1B8 + checktrainerflag TRAINER_CHAMPION_TERRY_3 goto_if_eq EventScript_162B57 - checktrainerflag FLAG_0x2E5 + checktrainerflag TRAINER_CHAMPION_TERRY_6 goto_if_eq EventScript_162B57 return @@ -142,27 +142,27 @@ EventScript_162CBC:: @ 8162CBC return EventScript_162CC5:: @ 8162CC5 - trainerbattle 3, 438, 0, Text_178E3F + trainerbattle 3, TRAINER_CHAMPION_TERRY, 0, Text_178E3F return EventScript_162CD0:: @ 8162CD0 - trainerbattle 3, 439, 0, Text_178E3F + trainerbattle 3, TRAINER_CHAMPION_TERRY_2, 0, Text_178E3F return EventScript_162CDB:: @ 8162CDB - trainerbattle 3, 440, 0, Text_178E3F + trainerbattle 3, TRAINER_CHAMPION_TERRY_3, 0, Text_178E3F return EventScript_162CE6:: @ 8162CE6 - trainerbattle 3, 739, 0, Text_178E3F + trainerbattle 3, TRAINER_CHAMPION_TERRY_4, 0, Text_178E3F return EventScript_162CF1:: @ 8162CF1 - trainerbattle 3, 740, 0, Text_178E3F + trainerbattle 3, TRAINER_CHAMPION_TERRY_5, 0, Text_178E3F return EventScript_162CFC:: @ 8162CFC - trainerbattle 3, 741, 0, Text_178E3F + trainerbattle 3, TRAINER_CHAMPION_TERRY_6, 0, Text_178E3F return Movement_162D07:: @ 8162D07 |
