Correct Palette Loading #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Palettes currently load into one of two palette banks: the sprite palette bank or the BG palette bank.
This is fine for 8bpp graphics, but we need to support 4bpp graphics (and that's what Jasper will primarily use).
Palette loading needs to specify 4 or 8 bpp, and the 4 bpp option needs to have an option to specify the palette bank.
Addressed in
ffdc0ddb97
.