diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-17 13:40:55 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-17 13:40:55 +0700 |
commit | c63e33f04170e24bee0546f97381d7fcc5840a6d (patch) | |
tree | 01996801c5895a152f7d3164a715330f7d9d3373 /constants/audio_constants.asm | |
parent | dd5fd058034e087165afe5e6b6ffc669781fffd6 (diff) |
Begin disassembling the rest of the audio engine
Diffstat (limited to 'constants/audio_constants.asm')
-rw-r--r-- | constants/audio_constants.asm | 14 |
1 files changed, 7 insertions, 7 deletions
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 |