summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorpadz <yenatch@github.com>2012-10-11 20:35:22 -0400
committerpadz <yenatch@github.com>2012-10-11 20:35:22 -0400
commit5635c2027a67be28b1d2ce077a5762989bec18b2 (patch)
treedf7d667f99d0538d7ff46dfcffd5e9fd172606c1 /wram.asm
parent811ea2071d59e856bd2c4e7bd9d54ca4a30f46ee (diff)
start sfx disasm
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index e27e9cf2b..1a215ead1 100644
--- a/wram.asm
+++ b/wram.asm
@@ -42,7 +42,7 @@ Channel3: ; c165
Channel4: ; c197
ds 50
-StereoChannels:
+SFXChannels:
Channel5: ; c1c9
ds 50
Channel6: ; c1fb
@@ -85,6 +85,12 @@ MusicLength: ; c2a7
; fades out when counter hits this value
; $00 = infinite
ds 1
+
+ ds 24
+
+CurSFX: ; c2bf
+; id of sfx currently playing
+ ds 1
SECTION "linkbattle",BSS[$c2dc]