mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
fix end-case false match
This commit is contained in:
parent
0135887519
commit
66a8ed99f6
@ -106,7 +106,7 @@ TextRankCallback
|
||||
cpy gamelength
|
||||
iny
|
||||
bcc --
|
||||
rts ; no match :(
|
||||
-- rts ; no match :(
|
||||
+
|
||||
ldx #80
|
||||
cpy startat
|
||||
@ -127,6 +127,8 @@ TextRankCallback
|
||||
bcc +
|
||||
inc runningscore+1
|
||||
+ iny
|
||||
cpy gamelength
|
||||
beq --
|
||||
sty startat
|
||||
ldy i
|
||||
cpy InputLength
|
||||
|
Loading…
Reference in New Issue
Block a user