fix off-by-1 bug in text rank caused by using the last character of the game display name as a bitfield

This commit is contained in:
4am 2020-03-31 19:08:43 -04:00
parent 96212ee77e
commit 49931985f7

View File

@ -86,6 +86,8 @@ TextRankCallback
+ST16 zpword
ldy #0
lda (zpstring),y
sec
sbc #1
cmp InputLength
bcc ++
sta gamelength