summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/audio.asm b/home/audio.asm
index cb6f0988..3cd2ffd0 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -229,7 +229,7 @@ InitMusicVariables::
push hl
push de
push bc
- homecall Audio2_InitMusicVariables ; 8:59f8
+ homecall Audio2_InitMusicVariables
pop bc
pop de
pop hl
@@ -239,7 +239,7 @@ InitSFXVariables::
push hl
push de
push bc
- homecall Audio2_InitSFXVariables ; 8:5ab7
+ homecall Audio2_InitSFXVariables
pop bc
pop de
pop hl