diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-17 19:18:21 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-17 19:18:21 +0700 |
commit | 5e9c7cce54e20df402474b7fff417f86614df53c (patch) | |
tree | f4ea9b32b138747f5951622f6df2f579fd934b0e | |
parent | 302e7800554a4e60c1b81ca1b779642cb101d0ab (diff) |
whoops, forgot the macro change
-rw-r--r-- | constants/audio_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm index d77e14f..39a99f6 100644 --- a/constants/audio_constants.asm +++ b/constants/audio_constants.asm @@ -42,7 +42,7 @@ CHANNEL_INTENSITY EQUS "(wChannel1Intensity - wChannel1)" CHANNEL_FREQUENCY EQUS "(wChannel1Frequency - wChannel1)" CHANNEL_PITCH EQUS "(wChannel1Pitch - wChannel1)" CHANNEL_OCTAVE EQUS "(wChannel1Octave - wChannel1)" -CHANNEL_PITCH_OFFSET EQUS "(wChannel1PitchOffset - wChannel1)" +CHANNEL_PITCH_OFFSET EQUS "(wChannel1StartingOctave - wChannel1)" CHANNEL_NOTE_DURATION EQUS "(wChannel1NoteDuration - wChannel1)" CHANNEL_FIELD16 EQUS "(wChannel1Field16 - wChannel1)" CHANNEL_LOOP_COUNT EQUS "(wChannel1LoopCount - wChannel1)" |