Does anyone know how to change where a sprite will start( I have tried one thing that worked but it made it so I couldn't move the sprite around with the circle pad).
well if you mean moving the sprite then use SPOFS (def number),X,Y
so i think your problem is your doing something like:
SPOFS 0,X,Y (x and y are the stuff to move him)
SPOFS 0,230,100
if u have more than one Spofs for two sprites then just put them together like
SPOFS 0,230+X,100+Y
if its not that then maybe show some code or explain a bit better, this is just what i think of when you say that.