diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-21 17:16:49 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-21 17:16:49 +0100 |
commit | d487040f86ffed1e458b1b65d0ede88779a1faf1 (patch) | |
tree | aea0048ac9cfe096a21d71cda5958002e8515c9d /src/wram.asm | |
parent | dd8654e2dd11bd2a67b1d1f09ba7c0018068fd1c (diff) |
Document Title Screen functions
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index 5fd63bb..928597f 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -3021,10 +3021,17 @@ wHasSaveData:: ; d624 wHasDuelSaveData:: ; d625 ds $1 -wd626:: ; d626 +; keep track of which Start Menu item +; is currently highlighted +wCurHighlightedStartMenuItem:: ; d626 + +; used to keep track of the time +; in which the Title Screen ignores +; the player's input +wTitleScreenIgnoreInputCounter:: ; d626 ds $1 -wd627:: ; d627 +wLastSelectedStartMenuItem:: ; d627 ds $1 ; START_MENU_* constant chosen @@ -3049,7 +3056,7 @@ wSequenceCmdPtr:: ; d631 wSequenceDelay:: ; d633 ds $1 -wd634:: ; d634 +wOpeningSequencePalsNeedUpdate:: ; d634 ds $1 wd635:: ; d635 |