diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-08-03 23:00:41 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-08-05 16:02:23 +0200 |
commit | 6b2a0b288966a7c25d953545b9bb085d8dc3de58 (patch) | |
tree | 536d638629e0e7dbd492921282b16e277eb06cc8 /wram.asm | |
parent | 908b2565faadc7efbfce7d9afb2bbb89188ae2df (diff) |
Document wTitleScreenSelectedOption variable
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1151,13 +1151,14 @@ wce65:: db wce66:: db NEXTU -; gfpresents, title, and intro menu timers +; intro data wIntroSceneFrameCounter:: db -UNION wIntroSceneTimer:: db + NEXTU +; title data +wTitleScreenSelectedOption:: db wTitleScreenTimer:: dw -ENDU NEXTU ; credits data |