diff options
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 |