mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-23 23:32:55 +00:00
Added fragment for Clay Cowgill
This commit is contained in:
parent
c6604e1d75
commit
d88789ab27
@ -0,0 +1,6 @@
|
||||
ldy {c1},x
|
||||
sty $fe
|
||||
ldy {c1}+1,x
|
||||
sty $ff
|
||||
ldy #0
|
||||
sta ($fe),y
|
@ -0,0 +1,6 @@
|
||||
ldx {c1},y
|
||||
stx $fe
|
||||
ldx {c1}+1,y
|
||||
stx $ff
|
||||
ldy #0
|
||||
sta ($fe),y
|
Loading…
Reference in New Issue
Block a user