mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Sepuku error :)
4x4 texts were drawn 4 pixels too high
This commit is contained in:
+2
-2
@@ -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
Binary file not shown.
Reference in New Issue
Block a user