The YXPPCCCT format is used by sprites in SMW for OAM tile properties (its graphics). The information is stored in binary and makes up a single byte.
You can use the following table to change generate a desired YXPPCCCT value.
Property | Value |
---|---|
Vertical Flip Bit (Y) If set, flip tile vertically. |
|
Horizontal Flip Bit (X) If set, flip tile horizontally. |
|
Priority Bits (PP)
|
|
Palette Bits (CCC) Which palette row the sprite tile uses. |
|
Graphics Page (T) Which graphics page the tile is using. First graphics page is SP1 and SP2, second is SP3 and SP4. |
Binary Value | %-------- |
Hex Value | $-- |