i want to get a tilenumber out of a bgmap, i mean something like this:
Code: Select all
int y = bgmap[1]
Code: Select all
int y = bgmap[1]
Code: Select all
int bg = bgInit( ... );
u16 *map = bgGetMapPtr(bg);
int tile = map[x + y * bg_width_in_tiles];
Users browsing this forum: Ahrefs [Bot], Google [Bot] and 8 guests