Various labels

This commit is contained in:
PikalaxALT
2015-11-05 14:06:03 -05:00
parent 893b3a217e
commit adf2fe712d
23 changed files with 621 additions and 579 deletions

View File

@@ -613,6 +613,7 @@ FadeMusic: ; e8358
jr z, .novolume
dec a
jr .updatevolume
.novolume
; make sure volume is off
xor a
@@ -660,6 +661,7 @@ FadeMusic: ; e8358
ld hl, MusicFade
set 7, [hl]
ret
.fadein
; are we done?
cp a, $07