Fix triple newlines left over from removing address comments

This commit is contained in:
Rangi
2018-06-24 23:22:50 -04:00
parent 91f914718a
commit 67d1364c7a
193 changed files with 3 additions and 1965 deletions

View File

@@ -25,7 +25,6 @@ MapSetup_Sound_Off::
pop hl
ret
UpdateSound::
push hl
@@ -51,7 +50,6 @@ UpdateSound::
pop hl
ret
_LoadMusicByte::
; wCurMusicByte = [a:de]
GLOBAL LoadMusicByte
@@ -67,7 +65,6 @@ GLOBAL LoadMusicByte
ld [MBC3RomBank], a
ret
PlayMusic::
; Play music de.
@@ -102,7 +99,6 @@ PlayMusic::
pop hl
ret
PlayMusic2::
; Stop playing music, then play music de.
@@ -135,7 +131,6 @@ PlayMusic2::
ret
PlayCry::
; Play cry de.
@@ -187,7 +182,6 @@ endr
pop hl
ret
PlaySFX::
; Play sound effect de.
; Sound effects are ordered by priority (highest to lowest)
@@ -228,13 +222,11 @@ PlaySFX::
pop hl
ret
WaitPlaySFX::
call WaitSFX
call PlaySFX
ret
WaitSFX::
; infinite loop until sfx is done playing
@@ -545,7 +537,6 @@ TerminateExpBarSound::
ld [rNR14], a
ret
ChannelsOff::
; Quickly turn off music channels
xor a