fix off by one issue of line_up_inv.s
This commit is contained in:
parent
8eb5ff855b
commit
fe21bdea3b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
STA D + 1
|
||||
|
||||
;; because C flag is wrong value we let dy_2 be 1 to small
|
||||
Sub_16 dy_2, dy_2 +1, #$01,#$00
|
||||
Sub_16 dx_2, dx_2 +1, #$01,#$00
|
||||
|
||||
selfmod:
|
||||
LDA dx_2
|
||||
|
|
Loading…
Add table
Reference in a new issue