diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-02-24 02:55:42 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-02-24 02:55:42 -0800 |
commit | c5bb392e36a2401388b0f429ed5aed83622dc7fa (patch) | |
tree | 98e6aecbe5f26485d21f7581547d635aeadadfbd /wram.asm | |
parent | 75a4b16a1824595a1671bdc68494f7ab1e0b05ed (diff) | |
parent | 89e2edf1f7e973cab9c799a7f624f94c8b3dc373 (diff) |
Merge pull request #115 from yenatch/master
more bank 0 asm
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 |