Files
2026-02-19 23:28:57 +01:00

30 lines
902 B
C

//{{BLOCK(selection_head)
//======================================================================
//
// selection_head, 16x16@2,
// + 5 tiles (t|f reduced) not compressed
// + regular map (flat), not compressed, 2x2
// Total size: 80 + 8 = 88
//
// Time-stamp: 2021-02-10, 01:23:52
// Exported by Cearn's GBA Image Transmogrifier, v0.8.6
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
const unsigned int selection_headTiles[20] __attribute__((aligned(4)))=
{
0x00000000,0x00000000,0x00000000,0x00000000,0xAA40A800,0x8690AA90,0x40144050,0x1A555C14,
0x01AA002A,0x059206AA,0x14011501,0x55A41435,0x54550155,0x0400A400,0x00549544,0x00000010,
0x50155540,0x0010001A,0x15001156,0x00000400,
};
const unsigned short selection_headMap[4] __attribute__((aligned(4)))=
{
0x0001,0x0002,0x0003,0x0004,
};
//}}BLOCK(selection_head)