From 79aa0bfbc6d11532129d1457545eebd88ea7b70a Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 3 Oct 2015 17:44:40 -0400 Subject: bank1f audio. Also move yellow/audio.asm to audio.asm --- home/audio.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/audio.asm b/home/audio.asm index 004ac32a..e165d80d 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -298,10 +298,10 @@ Func_22ec:: ; 22ec (0:22ec) call Audio2_PlaySound jr .done .checkForBank1F - cp BANK(Func_7d10d) + cp BANK(Audio3_PlaySound) jr nz, .bank20 ld a, b - call Func_7d10d + call Audio3_PlaySound jr .done .bank20 ld a,b -- cgit v1.3.1-sl0p