mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-10 08:25:13 +00:00
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:
@@ -86,6 +86,8 @@ TextRankCallback
|
||||
+ST16 zpword
|
||||
ldy #0
|
||||
lda (zpstring),y
|
||||
sec
|
||||
sbc #1
|
||||
cmp InputLength
|
||||
bcc ++
|
||||
sta gamelength
|
||||
|
Reference in New Issue
Block a user