diff options
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm index eded85e9..e1951fd5 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -185,7 +185,7 @@ PlaySound:: jr nz, .audio3 ; audio 2 ld a, b - call Audio2_PlaySound + call $603A ; TODO Audio2_PlaySound?? jr .next2 .audio3 |