diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-27 15:05:08 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-27 15:05:08 -0400 |
| commit | fbeac8adb657c01192d2c755a45005b0f0f3c332 (patch) | |
| tree | 6cfb82ec1029d6c812021bb09996faa554a1f2c7 /home | |
| parent | Bank2 audio. (diff) | |
| download | pokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.tar.gz pokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.tar.xz pokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.zip | |
Bank8 audio.
todo: correct address comments
note: tx_pre_constants are not 100% accurate, but they work well enough
to have yellow build correctly
Diffstat (limited to 'home')
| -rw-r--r-- | home/audio.asm | 10 |
1 files changed, 5 insertions, 5 deletions
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) |
