aboutsummaryrefslogtreecommitdiffstats
path: root/home/audio.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-06 01:22:22 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-06 01:22:22 -0500
commita070bdcb21310c7d17b4fd057852f788fdfd61ca (patch)
treeca50135e03b11b93e4c20ae2313742fcd728f595 /home/audio.asm
parentClean up Makefile (diff)
downloadpokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.gz
pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.xz
pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.zip
Clean up white space
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 69e81dd8..f71aa3d0 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -136,7 +136,7 @@ PlayMusic:: ; 2211 (0:2211)
ld [wAudioSavedROMBank], a
ld a, b
jr PlaySound
-
+
Func_2223:: ; 2223 (0:2223)
xor a
ld [wChannelSoundIDs + CH4], a
@@ -145,7 +145,7 @@ Func_2223:: ; 2223 (0:2223)
ld [wChannelSoundIDs + CH7], a
ld [rNR10], a
ret
-
+
StopAllMusic:: ; 2233 (0:2233)
ld a, $FF
ld [wNewSoundID], a
@@ -232,7 +232,7 @@ InitMusicVariables:: ; 22aa (0:22aa)
pop de
pop hl
ret
-
+
InitSFXVariables:: ; 22c0 (0:22c0)
push hl
push de
@@ -242,7 +242,7 @@ InitSFXVariables:: ; 22c0 (0:22c0)
pop de
pop hl
ret
-
+
StopAllAudio:: ; 22d6 (0:22d6)
push hl
push de
@@ -252,7 +252,7 @@ StopAllAudio:: ; 22d6 (0:22d6)
pop de
pop hl
ret
-
+
DetermineAudioFunction:: ; 22ec (0:22ec)
ld a, [H_LOADEDROMBANK]
push af