A83: Re: what's wrong with this?


[Prev][Next][Index][Thread]

A83: Re: what's wrong with this?




just found these right above it too...you decreased/increased e and then
loaded a into it right afterward :)

> dec e
> dec e
> ld (XCOR),a
> ld e,a
> ld (YCOR),a
> jp drawsprite