Fix graphics format: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:fixgfx.png|center]] | [[File:fixgfx.png|center]] | ||
Left and right nibbles might be swapped ! | |||
Column order: 4,5,6,7,0,1,2,3 | Column order: 4,5,6,7,0,1,2,3 |
Revision as of 23:34, 26 December 2013
Left and right nibbles might be swapped !
Column order: 4,5,6,7,0,1,2,3
The fix layer uses 8x8 pixels tiles, coded in a 4BPP linear format with mixed columns. The cart and CD systems use the same format.
One tile is 32 bytes.