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 /audio | |
parent | 2454296d32b078123ecfc6434e43d0cb20e12c94 (diff) |
SONY -> RIVAL
Diffstat (limited to 'audio')
-rw-r--r-- | audio/play_battle_music.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/play_battle_music.asm b/audio/play_battle_music.asm index f8bfcd19..93cf8a77 100644 --- a/audio/play_battle_music.asm +++ b/audio/play_battle_music.asm @@ -16,7 +16,7 @@ PlayBattleMusic:: ld a, [wCurOpponent] cp OPP_ID_OFFSET jr c, .wildBattle - cp OPP_SONY3 + cp OPP_RIVAL3 jr z, .finalBattle cp OPP_LANCE jr nz, .normalTrainerBattle |