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/PokemonTower_2F | |
| parent | 4d8f66774e791bd6d30023b41fed7f2e00b0edac (diff) | |
Assign trainer consts to script cmd args
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 929c24f60..9706ca26c 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, 429, 0, Text_179D73 + trainerbattle 3, TRAINER_RIVAL_TERRY_13, 0, Text_179D73 return EventScript_163368:: @ 8163368 - trainerbattle 3, 430, 0, Text_179D73 + trainerbattle 3, TRAINER_RIVAL_TERRY_14, 0, Text_179D73 return EventScript_163373:: @ 8163373 - trainerbattle 3, 431, 0, Text_179D73 + trainerbattle 3, TRAINER_RIVAL_TERRY_15, 0, Text_179D73 return EventScript_16337E:: @ 816337E |
