aboutsummaryrefslogtreecommitdiffstats
path: root/audio/engine_4.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:48:24 -0700
committerYamaArashi <shadow962@live.com>2016-06-11 17:50:20 -0700
commit7e112672b436afee27f1a5a0d6e7a5964e7829b2 (patch)
tree9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /audio/engine_4.asm
parentMerge branch 'master' of github.com:pret/pokeyellow (diff)
downloadpokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.tar.gz
pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.tar.xz
pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.zip
remove address comments
Diffstat (limited to 'audio/engine_4.asm')
-rw-r--r--audio/engine_4.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/engine_4.asm b/audio/engine_4.asm
index fdeead3e..f152ff80 100644
--- a/audio/engine_4.asm
+++ b/audio/engine_4.asm
@@ -1,4 +1,4 @@
-Audio4_PlaySound:: ; 82bd4 (20:6bd4)
+Audio4_PlaySound::
; Duplicate of Audio3_PlaySound
ld [wSoundID], a
ld a, [wSoundID]
@@ -15,7 +15,7 @@ Audio4_PlaySound:: ; 82bd4 (20:6bd4)
call InitMusicVariables
jp Audio4_7d192
-Audio4_7d12d: ; 7d12d (1f:512d)
+Audio4_7d12d:
ld l, a
ld e, a
ld h, $0
@@ -83,11 +83,11 @@ Audio4_7d12d: ; 7d12d (1f:512d)
dec c
jp .asm_7d146
-Audio4_7d18e: ; 7d18e (1f:518e)
+Audio4_7d18e:
call StopAllAudio
ret
-Audio4_7d192: ; 7d192 (1f:5192)
+Audio4_7d192:
ld a, [wSoundID]
ld l, a
ld e, a
@@ -189,5 +189,5 @@ Audio4_7d192: ; 7d192 (1f:5192)
.asm_7d21f
ret
-Noise4_endchannel: ; 7d220 (1f:5220)
- endchannel \ No newline at end of file
+Noise4_endchannel:
+ endchannel