We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73c23c commit d9ec0c4Copy full SHA for d9ec0c4
goofygym.bps
-7.66 KB
main.asm
@@ -581,6 +581,7 @@ gameMode_legalScreen: ; boot
581
; set start level to 18
582
lda #$08
583
sta startLevel
584
+
585
; zero out config memory (possibly unnecessary)
586
lda #0
587
ldx #MODE_CONFIG_QUANTITY
@@ -589,6 +590,11 @@ gameMode_legalScreen: ; boot
589
590
dex
591
bpl @loop
592
593
+ ; reset cursors (seems to cause problems on misterFPGA)
594
+ lda #$0
595
+ sta practiseType
596
+ sta menuSeedCursorIndex
597
598
; default pace to A
599
lda #$A
600
sta paceModifier
0 commit comments