A86: Moving sprites


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

A86: Moving sprites




I have a really basic question about sprite manipulation... how do you make
a sprite move around.  Here is what i know to do
cp K_up
jr Up

Up:
    *here is where i am lost what variable do i increment so that 1 is added
to the Y value*
Thanks again sorry for the beginner question
dave


Follow-Ups: