Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1324 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
bf944755dd
commit
fb4bb7b383
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ tgi_linepop:
|
|||
sta ptr3 ; X2
|
||||
stx ptr3+1
|
||||
sta _tgi_curx
|
||||
sta _tgi_curx+1
|
||||
stx _tgi_curx+1
|
||||
rts
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue