diff options
author | yenatch <yenatch@gmail.com> | 2013-02-23 16:47:39 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-02-23 16:57:25 -0500 |
commit | 8bbfa54059a3d4a242ff530e87c034ec48f5f4eb (patch) | |
tree | b3f0d07fb017e89b47bdd5e35802921e7ee32bf9 /wram.asm | |
parent | f56f340ce115d049374678bffc7509e89a6d31ca (diff) |
PlayCryHeader and related wram
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -168,7 +168,13 @@ Channel1VibratoRate: ; c121 ds 1 ; c126 ds 1 - ds 7 +; c127 + ds 1 +Channel1CryPitch: ; c128 + ds 1 +Channel1CryEcho: ; c129 + ds 1 + ds 4 Channel1NoteLength: ; c12e ; # frames per 16th note ds 1 @@ -278,9 +284,14 @@ MusicFadeIDLo: ; c2a9 ds 1 MusicFadeIDHi: ; c2aa ds 1 - ds 9 + ds 5 +CryPitch: ; c2b0 + ds 1 +CryEcho: ; c2b1 + ds 1 +CryLength: ; c2b2 + ds 2 LastVolume: ; c2b4 -; preserves volume of a song playing so cries can have their own volume ds 1 ds 1 SFXPriority: ; c2b6 |