From c63e33f04170e24bee0546f97381d7fcc5840a6d Mon Sep 17 00:00:00 2001 From: Zumi Daxuya Date: Thu, 17 Dec 2020 13:40:55 +0700 Subject: Begin disassembling the rest of the audio engine --- constants/audio_constants.asm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'constants') diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm index 51dc36f..b85298a 100644 --- a/constants/audio_constants.asm +++ b/constants/audio_constants.asm @@ -96,13 +96,13 @@ NOISE_CHAN_F EQU 2 ; bit set in CHAN5-CHAN7 ; NoteFlags const_def - const NOTE_DUTY_OVERRIDE ; 0 - const NOTE_FREQ_OVERRIDE ; 1 - const NOTE_UNUSED ; 2 - const NOTE_UNKN_3 ; 3 - const NOTE_NOISE_SAMPLING ; 4 - const NOTE_REST ; 5 - const NOTE_VIBRATO_OVERRIDE ; 6 + const NOTE_DUTY_OVERRIDE ; 0 + const NOTE_FREQ_OVERRIDE ; 1 + const NOTE_INTENSITY_OVERRIDE ; 2 + const NOTE_PITCH_SWEEP ; 3 + const NOTE_NOISE_SAMPLING ; 4 + const NOTE_REST ; 5 + const NOTE_VIBRATO_OVERRIDE ; 6 ; wVolume VOLUME_SO1_F EQU 3 -- cgit v1.2.3