diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 11:06:53 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 11:06:53 -0400 |
| commit | 7e8da8845b23a3fffeba8244a38044b01e76a3a2 (patch) | |
| tree | a264d3b44e9a8b9e06b8a5a64f9eff5db4e28884 /data/maps/PokemonTower_2F | |
| parent | 85a033f3509dbb373bbac8a3dd1076293500ca11 (diff) | |
Rename rival trainer constants
Diffstat (limited to 'data/maps/PokemonTower_2F')
| -rw-r--r-- | data/maps/PokemonTower_2F/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/PokemonTower_2F/scripts.inc b/data/maps/PokemonTower_2F/scripts.inc index bed73386b..4a7eb0efb 100644 --- a/data/maps/PokemonTower_2F/scripts.inc +++ b/data/maps/PokemonTower_2F/scripts.inc @@ -64,15 +64,15 @@ EventScript_16334B:: @ 816334B return EventScript_16335D:: @ 816335D - trainerbattle 3, TRAINER_RIVAL_TERRY_13, 0, Text_179D73 + trainerbattle 3, TRAINER_RIVAL_POKENON_TOWER_SQUIRTLE, 0, Text_179D73 return EventScript_163368:: @ 8163368 - trainerbattle 3, TRAINER_RIVAL_TERRY_14, 0, Text_179D73 + trainerbattle 3, TRAINER_RIVAL_POKENON_TOWER_BULBASAUR, 0, Text_179D73 return EventScript_163373:: @ 8163373 - trainerbattle 3, TRAINER_RIVAL_TERRY_15, 0, Text_179D73 + trainerbattle 3, TRAINER_RIVAL_POKENON_TOWER_CHARMANDER, 0, Text_179D73 return EventScript_16337E:: @ 816337E |
