From ce048df442a8b7f8937aa80643b994da231ac24c Mon Sep 17 00:00:00 2001 From: Llinos Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:34:20 +0100 Subject: [PATCH] =?UTF-8?q?=E5=95=8A=E5=A6=88=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed the music --- engine/battle/start_battle.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/battle/start_battle.asm b/engine/battle/start_battle.asm index ff7f07a..4463341 100644 --- a/engine/battle/start_battle.asm +++ b/engine/battle/start_battle.asm @@ -112,6 +112,8 @@ PlayBattleMusic: ld de, MUSIC_RIVAL_BATTLE ld a, [wOtherTrainerClass] + cp PASSERBY + jr z, .done cp RIVAL1 jr z, .done cp RIVAL2