diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-07-19 14:25:28 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-07-19 14:25:28 -0500 |
commit | bb5ae04ca5654b8c22585bcc094ee05d1ab5e055 (patch) | |
tree | fc6a371f6f37fb8efe888025f0745eb2109fd909 /wram.asm | |
parent | 1ba907e3539f51c70c95eed6189c14cea259b71a (diff) | |
parent | 4757e299be8c7c6981b75b1159bf5e3d28ee544e (diff) |
Merge pull request #259 from yenatch/cries
Shorten cry defs now that cry parameters are all words.
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 |