summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-15 15:01:55 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-15 15:01:55 -0500
commitc69fadf00ae8082df102005f834fc8d395870826 (patch)
tree030d8f465cbeaf84c68f79bab8345721b4ce55ef /home/vblank.asm
parentd7f2014e23dd84c65730573f3bf15f642b552f0d (diff)
engine/menu/start_menu.asm
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm11
1 files changed, 3 insertions, 8 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index 0e529dd0..cab6f944 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -59,15 +59,10 @@ VBlank:: ; 1de5 (0:1de5)
call FadeOutAudio
- ld a, $8
- call BankswitchCommon
- call Music_DoLowHealthAlarm
+ callbs Music_DoLowHealthAlarm
+ callbs Audio1_UpdateMusic
- ld a, $2
- call BankswitchCommon
- call Audio1_UpdateMusic
-
- call SerialFunction ; add this
+ call SerialFunction
ld a, [wVBlankSavedROMBank]
ld [H_LOADEDROMBANK], a