diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 13:27:27 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-17 13:27:27 -0400 |
commit | 30ecbf6ea3a6cd2afc9191b2b7c49ca70e7e3777 (patch) | |
tree | 18f0d7f29de7295eeaca163d370a72f46efb48f2 /scripts/PokemonTower2F.asm | |
parent | 2454296d32b078123ecfc6434e43d0cb20e12c94 (diff) |
SONY -> RIVAL
Diffstat (limited to 'scripts/PokemonTower2F.asm')
-rwxr-xr-x | scripts/PokemonTower2F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PokemonTower2F.asm b/scripts/PokemonTower2F.asm index b3d7a1cb..be3b5b89 100755 --- a/scripts/PokemonTower2F.asm +++ b/scripts/PokemonTower2F.asm @@ -146,7 +146,7 @@ PokemonTower2Text1: ld hl, PokemonTower2Text_60632 ld de, PokemonTower2Text_60637 call SaveEndBattleTextPointers - ld a, OPP_SONY2 + ld a, OPP_RIVAL2 ld [wCurOpponent], a ; select which team to use during the encounter |