mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 19:31:55 +00:00
allow full match
This commit is contained in:
parent
3fdc6256a3
commit
7c9b56a023
@ -111,16 +111,15 @@ TextRankCallback
|
|||||||
sta runningscore
|
sta runningscore
|
||||||
bcc +
|
bcc +
|
||||||
inc runningscore+1
|
inc runningscore+1
|
||||||
+ iny
|
+ cpy gamelength
|
||||||
cpy gamelength
|
beq +
|
||||||
beq --
|
inc startat
|
||||||
sty startat
|
|
||||||
ldy i
|
ldy i
|
||||||
cpy InputLength
|
cpy InputLength
|
||||||
iny
|
iny
|
||||||
bcc -
|
bcc -
|
||||||
|
|
||||||
lda runningscore
|
+ lda runningscore
|
||||||
ldx runningscore+1
|
ldx runningscore+1
|
||||||
ldy gamelength
|
ldy gamelength
|
||||||
jsr @div
|
jsr @div
|
||||||
|
Loading…
Reference in New Issue
Block a user