From fbeac8adb657c01192d2c755a45005b0f0f3c332 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 27 Sep 2015 15:05:08 -0400 Subject: Bank8 audio. todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly --- home/audio.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'home') diff --git a/home/audio.asm b/home/audio.asm index c118652a..004ac32a 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -253,7 +253,7 @@ Func_22aa:: ; 22aa (0:22aa) push hl push de push bc - homecall Func_219f8 ; 8:59f8 + homecall Audio2_219f8 ; 8:59f8 pop bc pop de pop hl @@ -263,7 +263,7 @@ Func_22c0:: ; 22c0 (0:22c0) push hl push de push bc - homecall Func_21ab7 ; 8:5ab7 + homecall Audio2_21ab7 ; 8:5ab7 pop bc pop de pop hl @@ -273,7 +273,7 @@ Func_22d6:: ; 22d6 (0:22d6) push hl push de push bc - homecall Func_21b3f + homecall Audio2_21b3f pop bc pop de pop hl @@ -291,11 +291,11 @@ Func_22ec:: ; 22ec (0:22ec) call Audio1_PlaySound jr .done .checkForBank08 - cp BANK(Func_218bb) + cp BANK(Audio2_PlaySound) jr nz, .checkForBank1F .bank08 ld a, b - call Func_218bb + call Audio2_PlaySound jr .done .checkForBank1F cp BANK(Func_7d10d) -- cgit v1.3.1-sl0p