5 lines
199 B
C
5 lines
199 B
C
#define tile3_width 9
|
|
#define tile3_height 9
|
|
static unsigned char tile3_bits[] = {
|
|
0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x1f, 0x01, 0x11, 0x01,
|
|
0x11, 0x01, 0x11, 0x01, 0xff, 0x01 };
|