fix end-case false match

This commit is contained in:
Peter Ferrie 2019-06-27 13:33:21 -07:00
parent 0135887519
commit 66a8ed99f6

View File

@ -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