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:44 +0200 |
commit | ac48d654987ef1df3a7ca6e5a40d8e6eab477d7f (patch) | |
tree | 103487647e57ef8e95aff276c29396f1de856330 /wram.asm | |
parent | 6f30d79620e0fb1f5f96310e76230facac122c07 (diff) |
Document wTitleScreenSelectedOption variable
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1436,13 +1436,14 @@ wcf65:: db wcf66:: db NEXTU -; intro and title data +; intro data wIntroSceneFrameCounter:: db -UNION wIntroSceneTimer:: db + NEXTU +; title data +wTitleScreenSelectedOption:: db wTitleScreenTimer:: dw -ENDU NEXTU ; credits data |