changed "spc" to "c_sp"
This commit is contained in:
@@ -341,10 +341,10 @@ MOVE:
|
||||
ldy #$00 ; Start at top of stack
|
||||
|
||||
; Set x
|
||||
lda (spc),y
|
||||
lda (c_sp),y
|
||||
iny
|
||||
sta pos1_lo,x
|
||||
lda (spc),y
|
||||
lda (c_sp),y
|
||||
sta pos1_hi,x
|
||||
|
||||
; Update cursor
|
||||
|
||||
Reference in New Issue
Block a user