diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
commit | a070bdcb21310c7d17b4fd057852f788fdfd61ca (patch) | |
tree | ca50135e03b11b93e4c20ae2313742fcd728f595 /home/vblank.asm | |
parent | 3af22139a90e9484221344ae6d34d737faa07608 (diff) |
Clean up white space
Diffstat (limited to 'home/vblank.asm')
-rw-r--r-- | home/vblank.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/home/vblank.asm b/home/vblank.asm index cab6f944..24159a4c 100644 --- a/home/vblank.asm +++ b/home/vblank.asm @@ -9,7 +9,7 @@ VBlank:: ; 1de5 (0:1de5) push af xor a ld [rVBK], a ; reset vram bank to 0 - + ld a, [H_LOADEDROMBANK] ld [wVBlankSavedROMBank], a @@ -39,7 +39,7 @@ VBlank:: ; 1de5 (0:1de5) ; VBlank-sensitive operations end. call TrackPlayTime ; keep track of time played - + call Random call ReadJoypad @@ -58,10 +58,10 @@ VBlank:: ; 1de5 (0:1de5) .skipDec call FadeOutAudio - + callbs Music_DoLowHealthAlarm callbs Audio1_UpdateMusic - + call SerialFunction ld a, [wVBlankSavedROMBank] @@ -70,7 +70,7 @@ VBlank:: ; 1de5 (0:1de5) pop af ld [rVBK],a - + pop hl pop de pop bc |