diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2016-07-29 10:40:54 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2016-07-29 10:40:54 -0400 |
commit | d84ebd212434dd754729543b257cd17fed9e54d4 (patch) | |
tree | 47cd66fd7031ab581414013c1bd33bfe7802629e /macros/wram.asm | |
parent | a32b6ccbb5b9ad15befa3b9893659f2ceabd1ba0 (diff) |
pitchoffset macro to replace forceoctave
Diffstat (limited to 'macros/wram.asm')
-rwxr-xr-x | macros/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 1a44f0f17..ce53dc5c7 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -134,7 +134,7 @@ channel_struct: MACRO \1FrequencyHi:: db \1Pitch:: db ; 0:rest 1-c:note \1Octave:: db ; 7-0 (0 is highest) -\1StartingOctave:: db ; raises existing octaves (to repeat phrases) +\1PitchOffset:: db ; raises existing octaves (to repeat phrases) \1NoteDuration:: db ; frames remaining for the current note \1Field0x16:: ds 1 ; c117 ds 1 ; c118 |