diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-03 17:44:40 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-03 17:44:40 -0400 |
commit | 79aa0bfbc6d11532129d1457545eebd88ea7b70a (patch) | |
tree | 79f5bc6378a3fbe9436bbe807493994758dbc1a2 /home/audio.asm | |
parent | fbeac8adb657c01192d2c755a45005b0f0f3c332 (diff) |
bank1f audio.
Also move yellow/audio.asm to audio.asm
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |