LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

How do I combine 16X16 sprites to make on big one?

Root / Programming Questions / [.]

The_DudeCreated:
How do I combine multiple 16X16 sprites to make a 32X48 sprite or any sized sprite?

I'd place them together with SPOFS and then link them with SPLINK. Look at the help ingame if you need help with the syntax, but if you can't figure it out, ask away.

Or you could draw them in 32X48 or any size in paint, then use SPDEF definition number, x in paint, y in paint, x long, y tall

That's in very simple terms.

Thanks! I'll try these out.

Alright, so I tried using spofs and splink, and it ended up in scattered sprites all over the screen. Can someone help me with this please?

yeah, try the second solution so, if you wanted a 32x48 sprite, you would do SPSET id,x,y,32,48. X and Y are the locations of the sprite on the GRP image.

Alright thanks!