diff options
author | yenatch <yenatch@gmail.com> | 2014-07-18 09:50:31 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-18 10:31:51 -0700 |
commit | ab018a5094c37688d9f111cd89ed2514fb38b0be (patch) | |
tree | 89eaf3ba9f9a9860ae164750cac46d83d53f3d90 /wram.asm | |
parent | 2f996085261ef665fd38df33a58c779df557baf7 (diff) |
Cry "echo" is actually the upper byte of pitch (now a word).
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -107,8 +107,7 @@ channel_struct: MACRO ds 1 ; c125 ds 1 ; c126 ds 1 ; c127 -\1CryPitch:: db -\1CryEcho:: db +\1CryPitch:: dw ds 4 \1NoteLength:: db ; frames per 16th note ds 1 ; c12f @@ -227,9 +226,7 @@ MusicFadeIDHi:: ; c2aa ds 1 ds 5 CryPitch:: ; c2b0 - ds 1 -CryEcho:: ; c2b1 - ds 1 + ds 2 CryLength:: ; c2b2 ds 2 LastVolume:: ; c2b4 |