Hi, try this code
// set vram banks
vramSetMainBanks( VRAM_A_MAIN_BG, VRAM_B_MAIN_SPRITE, VRAM_C_SUB_BG, VRAM_D_SUB_SPRITE );
// set the mode for 2 text layers and two extended background layers
videoSetMode(MODE_5_2D | DISPLAY_SPR_ACTIVE | DISPLAY_BG3_ACTIVE );
videoSetModeSub(MODE_5_2D ...
Search found 1 match
- Thu Jan 08, 2009 11:24 am
- Forum: DS/DSi Development
- Topic: console over background in MODE_5_2d doesn't work
- Replies: 8
- Views: 12546