aboutsummaryrefslogtreecommitdiffstats
path: root/home/audio.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-07-27 22:08:13 -0500
committerdannye <corrnondacqb@yahoo.com>2016-07-27 22:08:13 -0500
commit5207a14af34f9b84a9e40cc1d4988a0858a4a4e6 (patch)
tree1178fa1ba93fa2734141abb854a58126dabd9899 /home/audio.asm
parentAdd warnings about music/sfx macro usage (diff)
downloadpokeyellow-5207a14af34f9b84a9e40cc1d4988a0858a4a4e6.tar.gz
pokeyellow-5207a14af34f9b84a9e40cc1d4988a0858a4a4e6.tar.xz
pokeyellow-5207a14af34f9b84a9e40cc1d4988a0858a4a4e6.zip
Redo audio header macro
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 7c0c5238..c982d9d6 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -148,10 +148,10 @@ PlaySound::
and a
jr z, .next
xor a
- ld [wChannelSoundIDs + CH4], a
- ld [wChannelSoundIDs + CH5], a
- ld [wChannelSoundIDs + CH6], a
- ld [wChannelSoundIDs + CH7], a
+ ld [wChannelSoundIDs + Ch4], a
+ ld [wChannelSoundIDs + Ch5], a
+ ld [wChannelSoundIDs + Ch6], a
+ ld [wChannelSoundIDs + Ch7], a
.next
ld a, [wAudioFadeOutControl]
and a ; has a fade-out length been specified?