#40918 - Rinkwraith - Sat Apr 23, 2005 3:03 pm
You know what I love about DS programming? For the first time in so many years I feel like a real newbie coder again - can't get anything working. :) Anyway...
Playing with the 2D core at the moment, and whilst I've managed to get control over the main screen:
And writing directly to VRAM_A, I can't get the same thing working for the subscreen.
What should I be putting in videoSetModeSub() and vramSetMainBanks(). Just about ran out of things to try here. :(
Cheers.
Playing with the 2D core at the moment, and whilst I've managed to get control over the main screen:
Code: |
videoSetMode(MODE_FB0);
vramSetMainBanks(VRAM_A_LCD,VRAM_B_LCD,VRAM_C_SUB_BG,VRAM_D_SUB_SPRITE); |
And writing directly to VRAM_A, I can't get the same thing working for the subscreen.
What should I be putting in videoSetModeSub() and vramSetMainBanks(). Just about ran out of things to try here. :(
Cheers.