summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-18 09:50:31 -0700
committeryenatch <yenatch@gmail.com>2014-07-18 10:31:51 -0700
commitab018a5094c37688d9f111cd89ed2514fb38b0be (patch)
tree89eaf3ba9f9a9860ae164750cac46d83d53f3d90 /wram.asm
parent2f996085261ef665fd38df33a58c779df557baf7 (diff)
Cry "echo" is actually the upper byte of pitch (now a word).
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