Clean up white space

This commit is contained in:
U-Fish-PC\Daniel 2014-06-09 16:58:02 -04:00
parent fadac928bc
commit b83acb03e5
66 changed files with 219 additions and 219 deletions

View file

@ -31,7 +31,7 @@ Music2_UpdateMusic:: ; 0x9103
ld a, c
inc c ; inc channel number
cp CH7
jr nz, .loop
jr nz, .loop
ret
; this routine checks flags for music effects currently applied
@ -389,7 +389,7 @@ Music2_vibrato: ; 0x9335
ld b, $0
ld hl, wc04e
add hl, bc
ld [hl], a ; store delay
ld [hl], a ; store delay
ld hl, wc06e
add hl, bc
ld [hl], a ; store delay

View file

@ -396,10 +396,10 @@ Music8_vibrato: ; 21ab6 (8:5ab6)
ld b, $0
ld hl, wc04e
add hl, bc
ld [hl], a ; store delay
ld [hl], a ; store delay
ld hl, wc06e
add hl, bc
ld [hl], a ; store delay
ld [hl], a ; store delay
call Music8_GetNextMusicByte
ld d, a
and $f0

View file

@ -182,5 +182,5 @@ Music_IndigoPlateau:: ; 82f1 (2:42f1)
dw Music_IndigoPlateau_Ch3
db CH3
dw Music_IndigoPlateau_Ch4
; 0x82fd

View file

@ -53,5 +53,5 @@ Music_DefeatedGymLeader:: ; 202f4 (8:42f4)
dw Music_DefeatedGymLeader_Ch2
db CH2
dw Music_DefeatedGymLeader_Ch3
; 202fd