summaryrefslogtreecommitdiff
path: root/constants/audio_constants.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-10 14:33:24 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-10 14:33:24 -0400
commitf8c14d97e52c0f661dbda301d43927788078ff12 (patch)
tree314cd94a1c162ed44d1f6bcb889c92ffb6a3bec7 /constants/audio_constants.asm
parent46ecd5b86977637c15fbb526812686fef5b7dcc1 (diff)
Pitch wheel
Diffstat (limited to 'constants/audio_constants.asm')
-rwxr-xr-xconstants/audio_constants.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm
index eff9dab84..c341e901b 100755
--- a/constants/audio_constants.asm
+++ b/constants/audio_constants.asm
@@ -41,7 +41,7 @@ SOUND_REST EQU 5
; Flags2
SOUND_VIBRATO EQU 0
-SOUND_UNKN_09 EQU 1
+SOUND_PITCH_WHEEL EQU 1
SOUND_DUTY EQU 2
SOUND_UNKN_0B EQU 3
SOUND_CRY_PITCH EQU 4
@@ -51,7 +51,7 @@ SOUND_UNKN_0F EQU 7
; Flags3
SOUND_VIBRATO_DIR EQU 0
-SOUND_UNKN_11 EQU 1
+SOUND_PITCH_WHEEL_DIR EQU 1
; NoteFlags
NOTE_UNKN_0 EQU 0