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 c311b5e commit 33a65ffCopy full SHA for 33a65ff
src/gamemode/gametypemenu/menu.asm
@@ -101,7 +101,7 @@ gameTypeLoopCheckStart:
101
lda set_seed_input
102
bne @checkSelectable
103
lda set_seed_input+1
104
- and #$FE
+ and #$FE ; treat 0001 like 0000
105
beq gameTypeLoopNext
106
107
@checkSelectable:
@@ -415,7 +415,7 @@ renderMenuVars:
415
416
bne @renderIndicator
417
418
419
beq @cursorFinished
420
@renderIndicator:
421
ldx #$E
0 commit comments