offset the rendering of the cursor

This commit is contained in:
Travis Shears 2025-07-01 18:19:49 +02:00
parent 47e07b4e28
commit b331fd1a80

View file

@ -63,8 +63,8 @@
LIT2 0000 .Screen/y DEO2
#c0 .Screen/pixel DEO
( draw cursor sprite to fg )
.x LDZ2 .Screen/x DEO2
.y LDZ2 .Screen/y DEO2
.x LDZ2 #0002 SUB2 .Screen/x DEO2
.y LDZ2 #0002 SUB2 .Screen/y DEO2
;cursor-sprite .Screen/addr DEO2
#41 .Screen/sprite DEO
JMP2r