summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-05-21 12:19:35 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-05-21 12:19:35 +0100
commit3c2094e4bcbcb21c5469d87a8ad28501fae0aa8b (patch)
treec59948ead1e26b6f752550fffd8c282e523689d9 /src/wram.asm
parentcf3f62e98d1ce2b55a0939ddd5b19af15ac7d839 (diff)
Identify some sequence functions
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 7cfb777..5fd63bb 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -3043,7 +3043,10 @@ wTitleScreenSprites:: ; d629
wSequenceCmdPtr:: ; d631
ds $2
-wd633:: ; d633
+; when non-zero, is decremented and only
+; executes the next sequence command when it's 0
+; when it's $ff, it is interpreted as end of sequence
+wSequenceDelay:: ; d633
ds $1
wd634:: ; d634