From 2187d8d8af1ff2372610806539c245657639cf85 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 3 Aug 2015 19:20:47 -0400 Subject: Attempt to make Yellow buildable, part 6. --- engine/battle/common_text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle') diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm index d3200beb..e1fbedc2 100644 --- a/engine/battle/common_text.asm +++ b/engine/battle/common_text.asm @@ -76,7 +76,7 @@ PrintBeginningBattleText: ; f4000 (3d:4000) ld [wc0f1], a ld a, $80 ld [wc0f2], a - ld a, (SFX_08_77 - SFX_Headers_08) / 3 + ld a, $e9 ; (SFX_08_77 - SFX_Headers_08) / 3 call PlaySound jp WaitForSoundToFinish .done -- cgit v1.2.3