offset the rendering of the cursor
This commit is contained in:
parent
47e07b4e28
commit
b331fd1a80
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue