Skip to content

Commit 89545f5

Browse files
Merge pull request #49 from zohassadar/no0001
No0001
2 parents 7230812 + 33a65ff commit 89545f5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Block Tool pieces wrap around
1414
* Added hidden score option
1515
* Added marathon mode
16+
* 0001 seeds are ignored
1617

1718
## [v5 tournament]
1819
* Linecap Menu (from CTM Masters September 2022)

src/gamemode/gametypemenu/menu.asm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ gameTypeLoopCheckStart:
101101
lda set_seed_input
102102
bne @checkSelectable
103103
lda set_seed_input+1
104+
and #$FE ; treat 0001 like 0000
104105
beq gameTypeLoopNext
105106

106107
@checkSelectable:
@@ -414,6 +415,7 @@ renderMenuVars:
414415
lda set_seed_input
415416
bne @renderIndicator
416417
lda set_seed_input+1
418+
and #$FE ; treat 0001 like 0000
417419
beq @cursorFinished
418420
@renderIndicator:
419421
ldx #$E

0 commit comments

Comments
 (0)