diff options
author | YamaArashi <shadow962@live.com> | 2016-12-30 17:21:02 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-30 17:21:02 -0800 |
commit | 65c38930a323463c833e8d84fd1107023f886d64 (patch) | |
tree | c00a2553a47d5b43d71fb0d459f1982d5131558f /constants/audio_constants.asm | |
parent | 51bad5a606d7b2e8f72638a3c688e9792ca60944 (diff) | |
parent | c846933f3ddd2e4b3dd4a7e302e769606abb85a8 (diff) |
Merge branch 'master' of https://github.com/PikalaxALT/pokecrystal into PikalaxALT-master
Diffstat (limited to 'constants/audio_constants.asm')
-rwxr-xr-x | constants/audio_constants.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm index b34ffe67d..bc50e3db2 100755 --- a/constants/audio_constants.asm +++ b/constants/audio_constants.asm @@ -55,9 +55,9 @@ SOUND_VIBRATO_DIR EQU 0 SOUND_PITCH_WHEEL_DIR EQU 1 ; NoteFlags -NOTE_UNKN_0 EQU 0 -NOTE_UNKN_1 EQU 1 +NOTE_DUTY_OVERRIDE EQU 0 +NOTE_FREQ_OVERRIDE EQU 1 NOTE_UNKN_3 EQU 3 -NOTE_UNKN_4 EQU 4 +NOTE_NOISE_SAMPLING EQU 4 NOTE_REST EQU 5 -NOTE_UNKN_6 EQU 6 +NOTE_VIBRATO_OVERRIDE EQU 6 |