diff options
Diffstat (limited to 'audio.asm')
-rw-r--r-- | audio.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ PlayBattleMusic:: jr .playSong .notGymLeaderBattle ld a, [wCurOpponent] - cp 200 + cp OPP_ID_OFFSET jr c, .wildBattle cp OPP_SONY3 jr z, .finalBattle |