summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-07-19 14:25:28 -0500
committerBryan Bishop <kanzure@gmail.com>2014-07-19 14:25:28 -0500
commitbb5ae04ca5654b8c22585bcc094ee05d1ab5e055 (patch)
treefc6a371f6f37fb8efe888025f0745eb2109fd909 /wram.asm
parent1ba907e3539f51c70c95eed6189c14cea259b71a (diff)
parent4757e299be8c7c6981b75b1159bf5e3d28ee544e (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.asm7
1 files changed, 2 insertions, 5 deletions
diff --git a/wram.asm b/wram.asm
index 07aa3b542..c29fd3f87 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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