summaryrefslogtreecommitdiff
path: root/audio/engine.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-01-29 01:00:48 -0500
committeryenatch <yenatch@gmail.com>2016-01-29 01:00:48 -0500
commit11173a3807bde4e2d5b681717258b5b14f5f2d43 (patch)
tree8e1692fe02b30ceeb2d797c001e0594175e29b78 /audio/engine.asm
parent289d3dea86b82c4ce7eb7268ef33980688306587 (diff)
parent5322b56a8357e5e5a8847f3329b52faa3f7016d8 (diff)
Merge pull request #333 from PikalaxALT/master
Split base stats, rearrange wram.asm, naming screen
Diffstat (limited to 'audio/engine.asm')
-rw-r--r--audio/engine.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/engine.asm b/audio/engine.asm
index 8bec632ff..ad03c16a5 100644
--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -1423,7 +1423,7 @@ MusicCommands: ; e8720
dw Music_ToggleNoise ; music noise sampling
dw Music_Panning ; force panning
dw Music_Volume ; volume
- dw Music_Tone ; tune
+ dw Music_Tone ; tone
dw MusicE7 ; unused
dw MusicE8 ; unused
dw Music_TempoRelative ; global tempo
@@ -2260,7 +2260,6 @@ GetFrequency: ; e8a5d
add hl, bc
ld a, [hl]
and $f ; lo nybble
- ;
ld l, a ; ok
ld d, 0
ld h, d