#166701 - Emmanuel - Sun Feb 15, 2009 11:33 am
The palette is loading correctly but, The sub screen bg is using the sub screen palette instead of the extended one... I am using
For editing the registers and telling it to use the palette accordingly... to no avail...
Googling, tutorials only explain for main screen... I know the process should be similar... but I can't find what I'm missing...
Code: |
REG_BG1CNT_SUB ^= BG_PALETTE_SLOT1; |
For editing the registers and telling it to use the palette accordingly... to no avail...
Googling, tutorials only explain for main screen... I know the process should be similar... but I can't find what I'm missing...