To use this I use:
Code: Select all
dmaCopy(mapx, bgGetMapPtr(bg), sizeof(mapx));
When simulated using DeSmuMe, this works fine, but when I try it on an actual nintendo ds, some of the tiles (completely random) from the previous screen remain in the new screen.
Does anyone know why this is happening or how to solve it
Thanks in advance