Hi all !!
I have a tilemap 256x256 in screen 5 which I first copy to Vram Page 3 using Outi instructions. This is 32kb in total.
The tiles are in 8x8 format.
I then use these tiles to build up the screen in Page 0 using a HMMM copy instruction per tile.
I basically copy all the tiles to Page 3 first with Outi instructions and then build up the screen with HMMM copy instructions.
This is pretty slow and I'm wondering if there is a way to do this faster.
Could I directly build up the screen in Page 0 leaving the tilemap in Ram ?
I preferably want to do this without Vram copy instructions, using only the CPU.
What would be the best way to do this ?
Entrar ou registrar-se para comentar