From 3c2094e4bcbcb21c5469d87a8ad28501fae0aa8b Mon Sep 17 00:00:00 2001 From: ElectroDeoxys Date: Fri, 21 May 2021 12:19:35 +0100 Subject: Identify some sequence functions --- src/wram.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/wram.asm') 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 -- cgit v1.2.3