Document wTitleScreenSelectedOption variable

This commit is contained in:
mid-kid
2020-08-03 23:00:41 +02:00
parent 6f30d79620
commit ac48d65498
3 changed files with 10 additions and 9 deletions

View File

@@ -999,8 +999,8 @@ StartTitleScreen:
ld b, SCGB_DIPLOMA
call GetSGBLayout
call UpdateTimePals
ld a, [wIntroSceneFrameCounter]
cp $5
ld a, [wTitleScreenSelectedOption]
cp 5
jr c, .ok
xor a
.ok
@@ -1200,7 +1200,7 @@ TitleScreenMain:
ld a, 1
.done
ld [wIntroSceneFrameCounter], a
ld [wTitleScreenSelectedOption], a
; Return to the intro sequence.
ld hl, wJumptableIndex
@@ -1225,7 +1225,7 @@ TitleScreenMain:
.clock_reset
ld a, 4
ld [wIntroSceneFrameCounter], a
ld [wTitleScreenSelectedOption], a
; Return to the intro sequence.
ld hl, wJumptableIndex
@@ -1243,7 +1243,7 @@ TitleScreenEnd:
ret nz
ld a, 2
ld [wIntroSceneFrameCounter], a
ld [wTitleScreenSelectedOption], a
; Back to the intro.
ld hl, wJumptableIndex