diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 23:22:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-24 23:22:50 -0400 |
commit | 67d1364c7acfd5e8e2256080e16a14cfa59a5abc (patch) | |
tree | fcf1bcbc2990b8fdeb5d63159d15382a8bdf719a /home/audio.asm | |
parent | 91f914718a263839daef24d44eda857bfc7cca95 (diff) |
Fix triple newlines left over from removing address comments
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/home/audio.asm b/home/audio.asm index 11ebd9b6b..7bded5098 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -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 |