summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index 24159a4c..764e5277 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -1,4 +1,4 @@
-VBlank:: ; 1de5 (0:1de5)
+VBlank::
push af
push bc
@@ -55,8 +55,8 @@ VBlank:: ; 1de5 (0:1de5)
jr z, .skipDec
dec a
ld [H_FRAMECOUNTER], a
-.skipDec
+.skipDec
call FadeOutAudio
callbs Music_DoLowHealthAlarm
@@ -78,7 +78,7 @@ VBlank:: ; 1de5 (0:1de5)
reti
-DelayFrame:: ; 1e64 (0:1e64)
+DelayFrame::
; Wait for the next vblank interrupt.
; As a bonus, this saves battery.