From f99a715fae311d2611ec4a714b002e103c4642ca Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 7 Jul 2019 00:44:21 -0400 Subject: Replace some hard-coded values with constants --- audio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio.asm') diff --git a/audio.asm b/audio.asm index 70cf06fc..ff7b721d 100644 --- a/audio.asm +++ b/audio.asm @@ -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 -- cgit v1.3.1-sl0p