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

Giant Sprites

Root / Programming Questions / [.]

Z_E_R_OCreated:
how would i go about making a large sprite one that takes up more room than one like the dragon sprites?

Check SPSET page 2

SPSCALE (id, Multiplier x, Multiplier y) enlarges any sprite to the size you want. I'm not sure if that's what you meant though.

Nah he meant larger textures i.e.
SPSET 0,TexX,TexY,TexW,TexH
where TexX/Y are the top left pixel coords of the texture and the TexW/H are the width and height in pixel coords.

Nah he meant larger textures i.e.
SPSET 0,TexX,TexY,TexW,TexH
where TexX/Y are the top left pixel coords of the texture and the TexW/H are the width and height in pixel coords.
Thank you! That's what I was looking for.
SPSCALE (id, Multiplier x, Multiplier y) enlarges any sprite to the size you want. I'm not sure if that's what you meant though.
Thanks for trying to help.
Check SPSET page 2
Thank you!