Sepuku error :)

4x4 texts were drawn 4 pixels too high
This commit is contained in:
Pecusx
2022-05-25 19:31:09 +02:00
parent 17b57d1ed2
commit 381495fb5a
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1466,9 +1466,9 @@ GetLower4bits
;--- ;---
ldy xbyte ldy xbyte
lda ydraw ; y = y - 7 because left lower. shouldn't it be 8? lda ydraw ; y = y - 3 because left lower.
sec sec
sbc #7 sbc #3
tax tax
lda linetableL,x lda linetableL,x
BIN
View File
Binary file not shown.