Define first_music_cmd

This replaces the uses of $d0 in the audio engine with proper constants.
This commit is contained in:
mid-kid
2018-11-21 12:12:22 +01:00
parent 4e3ed078f9
commit 725cee7371
3 changed files with 7 additions and 6 deletions

View File

@@ -24,11 +24,11 @@
const CHAN3 ; 2
const CHAN4 ; 3
NUM_MUSIC_CHANS EQU const_value
NUM_NOISE_CHANS EQU const_value
const CHAN5 ; 4
const CHAN6 ; 5
const CHAN7 ; 6
const CHAN8 ; 7
NUM_NOISE_CHANS EQU const_value - NUM_MUSIC_CHANS
NUM_CHANNELS EQU const_value
; channel_struct members (see macros/wram.asm)