aboutsummaryrefslogtreecommitdiffstats
path: root/home/audio.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-12 02:55:49 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-12 02:55:49 -0500
commit604eb493c42b457f9e006e2cf67f29c15e0d1d0b (patch)
tree6e64376d2d2594acdf97b0aee3d7449577853508 /home/audio.asm
parentMerge branch 'master' of https://github.com/pret/pokered into merge-pokered (diff)
downloadpokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.gz
pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.xz
pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.zip
Remove more address comments
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 8157e758..e360aab2 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -92,7 +92,7 @@ UpdateMusicCTimes::
.loop
push bc
push hl
- callba Audio1_UpdateMusic ; 2:509d
+ callba Audio1_UpdateMusic
pop hl
pop bc
dec c
@@ -227,7 +227,7 @@ InitMusicVariables::
push hl
push de
push bc
- homecall Audio2_InitMusicVariables ; 8:59f8
+ homecall Audio2_InitMusicVariables
pop bc
pop de
pop hl
@@ -237,7 +237,7 @@ InitSFXVariables::
push hl
push de
push bc
- homecall Audio2_InitSFXVariables ; 8:5ab7
+ homecall Audio2_InitSFXVariables
pop bc
pop de
pop hl