Thanks moon watcher, i will have a look at this :)
Djcouchycouch,
for (i=0; i<=45; i++)
{
for(j=0; j<=30; j++)
{
VDP_setTileMap(APLAN, TILE_ATTR(1,0,0,0) + 1), i, j);
}
}
doesn't work at all, an argument is missing :|
Sure my map is 160*30.
I'm not using MDPPY++ anymore. I'm drawing my ...