I'm making a road with the... uh, strawberries. Is there a way I can make one big strawberry become 16 (or even 64) small strawberries without adding more sprites? I know there's some way to do that, because raycasters do it.
I'm wondering this as well, I have a sprite of Ness that takes up two sprite slots (His head is in the position of the strawberry sprite, and his feet are in the sprite spot below that.) I'm having trouble figuring out how to display both sprites, or combine them :/
Copy the strawberry sprite to the next 3 spots in the sprite sheet (GRP4) using GCOPY and make your sprite's width 64.
Take a look at SPSET (2) here: http://smilebasic.com/en/reference/#sprite
Justin, you should use SPSET 0,0,0,32,16 for your Ness sprite.