summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/engine_1.asm4
-rw-r--r--audio/engine_2.asm4
-rw-r--r--audio/headers/musicheaders02.asm2
-rw-r--r--audio/headers/musicheaders08.asm2
4 files changed, 6 insertions, 6 deletions
diff --git a/audio/engine_1.asm b/audio/engine_1.asm
index 4177e14d..8343074a 100644
--- a/audio/engine_1.asm
+++ b/audio/engine_1.asm
@@ -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
diff --git a/audio/engine_2.asm b/audio/engine_2.asm
index 037c8741..b4cb653b 100644
--- a/audio/engine_2.asm
+++ b/audio/engine_2.asm
@@ -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
diff --git a/audio/headers/musicheaders02.asm b/audio/headers/musicheaders02.asm
index 3adb23c5..dd5b4b5b 100644
--- a/audio/headers/musicheaders02.asm
+++ b/audio/headers/musicheaders02.asm
@@ -182,5 +182,5 @@ Music_IndigoPlateau:: ; 82f1 (2:42f1)
dw Music_IndigoPlateau_Ch3
db CH3
dw Music_IndigoPlateau_Ch4
-
+
; 0x82fd \ No newline at end of file
diff --git a/audio/headers/musicheaders08.asm b/audio/headers/musicheaders08.asm
index fbc3f9ae..b4ef7375 100644
--- a/audio/headers/musicheaders08.asm
+++ b/audio/headers/musicheaders08.asm
@@ -53,5 +53,5 @@ Music_DefeatedGymLeader:: ; 202f4 (8:42f4)
dw Music_DefeatedGymLeader_Ch2
db CH2
dw Music_DefeatedGymLeader_Ch3
-
+
; 202fd \ No newline at end of file