summaryrefslogtreecommitdiff
path: root/audio/engine_3.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-14 10:21:18 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-14 13:32:09 -0400
commitf37cf959c930ae9595f9f71ce0d9b17dcf5421d0 (patch)
tree33cc0d34fec73e972f4fb040b8b31f59b7e69805 /audio/engine_3.asm
parentaa97e196dd5b37e89db5ddf154dc7aea9b02a045 (diff)
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'audio/engine_3.asm')
-rw-r--r--audio/engine_3.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine_3.asm b/audio/engine_3.asm
index e8ee38c9..f86658a2 100644
--- a/audio/engine_3.asm
+++ b/audio/engine_3.asm
@@ -1346,12 +1346,12 @@ Audio3_PlaySound::
ld [wMusicTempo + 1], a
ld [wMusicWaveInstrument], a
ld [wSfxWaveInstrument], a
- ld d, $8
+ ld d, NUM_CHANNELS
ld hl, wChannelReturnAddresses
call .FillMem
ld hl, wChannelCommandPointers
call .FillMem
- ld d, $4
+ ld d, NUM_MUSIC_CHANS
ld hl, wChannelSoundIDs
call .FillMem
ld hl, wChannelFlags1