mirror of
https://github.com/a2-4am/4live.git
synced 2025-03-11 11:30:38 +00:00
fix up-arrow behaviour
This commit is contained in:
parent
7bf5cb5e7e
commit
94d27184ca
@ -488,7 +488,8 @@ HandleKeyLineRight
|
||||
beq SetColumn ;always
|
||||
|
||||
HandleKeyLineUp
|
||||
dec MyCV + 1
|
||||
ldy MyCV + 1
|
||||
dey
|
||||
bpl SetRow
|
||||
ldy #(HEIGHT - 2)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user