diff options
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/home/audio.asm b/home/audio.asm index 11ebd9b6b..dd115449d 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -1,7 +1,6 @@ ; Audio interfaces. MapSetup_Sound_Off:: - push hl push de push bc @@ -25,9 +24,7 @@ MapSetup_Sound_Off:: pop hl ret - UpdateSound:: - push hl push de push bc @@ -51,11 +48,8 @@ UpdateSound:: pop hl ret - _LoadMusicByte:: ; wCurMusicByte = [a:de] -GLOBAL LoadMusicByte - ld [hROMBank], a ld [MBC3RomBank], a @@ -67,7 +61,6 @@ GLOBAL LoadMusicByte ld [MBC3RomBank], a ret - PlayMusic:: ; Play music de. @@ -102,7 +95,6 @@ PlayMusic:: pop hl ret - PlayMusic2:: ; Stop playing music, then play music de. @@ -134,8 +126,6 @@ PlayMusic2:: pop hl ret - - PlayCry:: ; Play cry de. @@ -187,7 +177,6 @@ endr pop hl ret - PlaySFX:: ; Play sound effect de. ; Sound effects are ordered by priority (highest to lowest) @@ -228,13 +217,11 @@ PlaySFX:: pop hl ret - WaitPlaySFX:: call WaitSFX call PlaySFX ret - WaitSFX:: ; infinite loop until sfx is done playing @@ -545,7 +532,6 @@ TerminateExpBarSound:: ld [rNR14], a ret - ChannelsOff:: ; Quickly turn off music channels xor a |