Skip to content

Commit d9ec0c4

Browse files
committed
added some resiliance for misterFPGA
1 parent b73c23c commit d9ec0c4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

goofygym.bps

-7.66 KB
Binary file not shown.

main.asm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ gameMode_legalScreen: ; boot
581581
; set start level to 18
582582
lda #$08
583583
sta startLevel
584+
584585
; zero out config memory (possibly unnecessary)
585586
lda #0
586587
ldx #MODE_CONFIG_QUANTITY
@@ -589,6 +590,11 @@ gameMode_legalScreen: ; boot
589590
dex
590591
bpl @loop
591592

593+
; reset cursors (seems to cause problems on misterFPGA)
594+
lda #$0
595+
sta practiseType
596+
sta menuSeedCursorIndex
597+
592598
; default pace to A
593599
lda #$A
594600
sta paceModifier

0 commit comments

Comments
 (0)