-
So from what I understand, vbank allows you to swap to a separate palette (and back) on the same frame, allowing for 31 colors (or 32 if you don't want transpareny) per scanline.
This part...confuses me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
One example of |
Beta Was this translation helpful? Give feedback.
vbank
doesn't change a palette, it swaps the layer that does have it's own palette:vbank(0)
is the lower layer andvbank(1)
is the upper layer. Everything drawn onvbank(1)
will be on top ofvbank(0)
, and since it is on top, one of the colors need to be treated as transparency.