summaryrefslogtreecommitdiff
path: root/audio/engine.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-13 18:48:26 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-13 18:48:26 -0400
commit75035a71a544821de0b397cfd5bacad5cf4da8fd (patch)
treea6f0321c5bb59c2e5bae7d26d20fe7c8e4ff4e88 /audio/engine.asm
parent0d683ea0c72c3d86736cd08667f14d6abe5964c3 (diff)
Label some mobile addresses, and revise some comments
Diffstat (limited to 'audio/engine.asm')
-rw-r--r--audio/engine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine.asm b/audio/engine.asm
index 645c121a8..a2e14eafe 100644
--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -19,7 +19,7 @@ _InitSound::
ld [hli], a ; rNR50 ; volume/vin
ld [hli], a ; rNR51 ; sfx channels
ld a, $80 ; all channels on
- ld [hli], a ; ff26 ; music channels
+ ld [hli], a ; rNR52 ; music channels
ld hl, rNR10 ; sound channel registers
ld e, NUM_MUSIC_CHANS
@@ -1165,7 +1165,7 @@ ParseMusic:
ld a, [wCurMusicByte]
swap a
and $f
- jr z, .rest ; pitch 0-> rest
+ jr z, .rest ; pitch 0 -> rest
; update pitch
ld hl, CHANNEL_PITCH
add hl, bc