diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-09-20 16:01:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-20 16:01:29 -0400 |
commit | 0688c8c43a3db800a7af4b69a2efea229cf31ec5 (patch) | |
tree | a08cd946f4b421f2d25e246df3d6d3375dc5ea05 /macros/wram.asm | |
parent | e789ee48b65e8cc08104ef06de4b08c9ef9d117d (diff) | |
parent | 8900eb7ad06931b78dcb91e0c2e7db583090aa06 (diff) |
Merge pull request #72 from jd-0/master
Remove address comments
Diffstat (limited to 'macros/wram.asm')
-rw-r--r-- | macros/wram.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 4433267..094223d 100644 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -147,30 +147,30 @@ channel_struct: MACRO \1Octave:: db ; 7-0 (0 is highest) \1StartingOctave:: db ; raises existing octaves (to repeat phrases) \1NoteDuration:: db ; frames remaining for the current note -\1Field16:: ds 1 ; c117 - ds 1 ; c118 +\1Field16:: ds 1 + ds 1 \1LoopCount:: db \1Tempo:: dw \1Tracks:: db ; hi:left lo:right -\1SFXDutyLoop:: ds 1 ; c11d +\1SFXDutyLoop:: ds 1 \1VibratoDelayCount:: db ; initialized by \1VibratoDelay \1VibratoDelay:: db ; number of frames a note plays until vibrato starts \1VibratoExtent:: db \1VibratoRate:: db ; hi:frames for each alt lo:frames to the next alt \1PitchWheelTarget:: dw ; frequency endpoint for pitch wheel -\1PitchWheelAmount:: db ; c124 -\1PitchWheelAmountFraction:: db ; c125 -\1Field25:: ds 1 ; c126 - ds 1 ; c127 +\1PitchWheelAmount:: db +\1PitchWheelAmountFraction:: db +\1Field25:: ds 1 + ds 1 \1CryPitch:: dw \1Field29:: ds 1 \1Field2a:: ds 2 \1Field2c:: ds 1 \1NoteLength:: db ; frames per 16th note -\1Field2e:: ds 1 ; c12f -\1Field2f:: ds 1 ; c130 -\1Field30:: ds 1 ; c131 - ds 1 ; c132 +\1Field2e:: ds 1 +\1Field2f:: ds 1 +\1Field30:: ds 1 + ds 1 ENDM mailmsg: MACRO |