I have some extremely basic code (i'm aware the alignment maybe off at present!).
Code: Select all
VDP_drawImageEx(APLAN, &border, TILE_ATTR_FULL(PAL3, FALSE, FALSE, FALSE, ind), 0, 0, TRUE, TRUE);
//u16 newInd = ind;
ind += border.tileset->numTile;
VDP_drawImageEx(BPLAN, images[173], TILE_ATTR_FULL(pal, FALSE, FALSE, FALSE, ind), 6, vpos + 4, TRUE, TRUE);
http://www.mediafire.com/view/4avi5n3db ... border.png
http://www.mediafire.com/view/o4pzxep76 ... st0040.png
Can't seem the get transparency to work within the border though

I end up with this
