summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
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