mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Clean up white space
This commit is contained in:
parent
fadac928bc
commit
b83acb03e5
66 changed files with 219 additions and 219 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -182,5 +182,5 @@ Music_IndigoPlateau:: ; 82f1 (2:42f1)
|
|||
dw Music_IndigoPlateau_Ch3
|
||||
db CH3
|
||||
dw Music_IndigoPlateau_Ch4
|
||||
|
||||
|
||||
; 0x82fd
|
||||
|
|
@ -53,5 +53,5 @@ Music_DefeatedGymLeader:: ; 202f4 (8:42f4)
|
|||
dw Music_DefeatedGymLeader_Ch2
|
||||
db CH2
|
||||
dw Music_DefeatedGymLeader_Ch3
|
||||
|
||||
|
||||
; 202fd
|
||||
Loading…
Add table
Add a link
Reference in a new issue