5 lines
199 B
C
5 lines
199 B
C
#define tile2_width 9
|
|
#define tile2_height 9
|
|
static unsigned char tile2_bits[] = {
|
|
0xf8, 0x01, 0x08, 0x01, 0x08, 0x01, 0x3f, 0x01, 0x21, 0x01, 0xe1, 0x01,
|
|
0x21, 0x00, 0x21, 0x00, 0x3f, 0x00 };
|