#1808 - liveunderwater - Thu Jan 23, 2003 12:37 pm
Using an 8x8 sprite, is it possible to address and use only a 4x4 portion of it?
#1812 - Splam - Thu Jan 23, 2003 2:52 pm
Of course :) just don't draw to any of the other pixels :) You can't limit the hardware to only draw the 4x4 but if there are no pixels set (anything other than 0) then it will do what you want.
#1813 - peebrain - Thu Jan 23, 2003 2:52 pm
Umm... clear out the other areas? The hardware doesn't really support 4x4 tiles... It depends on how you want to use it. If you'll need 4x4 tiles next to other 4x4 tiles you could write some front-end to do the copying/moving/arranging of 4x4 tiles on the 8x8 tiles. If you just need some random 4x4's floating around, might want to just use an 8x8 tile and leave the other area as color 0.
~Sean <- complete GBA n00b