#169917 - Echo49 - Fri Aug 14, 2009 5:01 am
I'm having trouble displaying 2D sprites on top of the 3D scene. I tried searching, but the search doesn't seem to work (get no results whatever I search). Does anyone know how to set up the background layers (priority?) or where I can look for more information?
#169921 - Min - Fri Aug 14, 2009 10:35 am
Shouldn't it be vramSetBankC instead of videoSetBankC? ;P
Anyway, I think since vramSetBankC(VRAM_C_MAIN_BG) will map to 0x06040000 you need to make sure the console tilemap and tileset are correctly offset. Or you could try vramSetBankC(VRAM_C_MAIN_BG_0x06000000).