Work on fleshing out sections

This commit is contained in:
Kyle Cardoza 2024-03-24 16:03:01 -04:00
parent c1bbc27af6
commit 971c155c51
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ The layer position value determines the drawing order of the sprite relative to
The horizontal and vertical flip bits, as you would expect, flip the sprite's bitmap along the horizontal and vertical axes, respectively.
The palette offset is used to translate colour values from the sprite bitmap data, where those values are between 1 and 15. Such values are modified by adding the product of 16 and the palette offset.
The palette offset is used to translate colour values from the sprite bitmap data, where those values are between 1 and 15. Such values are modified by adding the product of 16 and the palette offset. This can be used to enable more colourful sprites when the sprite is set to 4bpp mode, with proper organization of the VERA palette.
## Sprite Multiplexing