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

Place multiple sprites at once?

Root / General / [.]

VakoreCreated:
This is probably a dumb question, but how would one place multiple sprites at once? I can place a sprite with spset and spoffset, but how would I place multiple? Doing it again seems to override it. Thanks!

First variable of SPSET and SPOFS is the sprite id number. Thereโ€™s 512 sprites you can use, making the maximum value 511.

Yeah pretty much. So you could set sprite 0 with SPSET 0,0 then place sprite 1 with SPSET 1,0 and now you have 2 sprites.

Thanks! I will try your solutions out.