Start scores screen on current speed curve.
This commit is contained in:
parent
ef434ed52d
commit
8bb1ea7bcc
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -297,6 +297,8 @@ SwitchTitleMode:
|
||||||
ldh [hSelectState], a
|
ldh [hSelectState], a
|
||||||
ld [wDisplayingScoreMode], a
|
ld [wDisplayingScoreMode], a
|
||||||
ld [wScoreFlipTimer], a
|
ld [wScoreFlipTimer], a
|
||||||
|
ld a, [wSpeedCurveState]
|
||||||
|
ld [wSelected], a
|
||||||
call RenderScores
|
call RenderScores
|
||||||
ld a, LCDCF_ON | LCDCF_BGON | LCDCF_BLK01
|
ld a, LCDCF_ON | LCDCF_BGON | LCDCF_BLK01
|
||||||
ldh [rLCDC], a
|
ldh [rLCDC], a
|
||||||
|
|
Loading…
Reference in New Issue