mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
306 B
Plaintext
22 lines
306 B
Plaintext
#define impossifork_width 16
|
|
#define impossifork_height 16
|
|
static char impossifork_bits[] = {
|
|
0x00, 0x01,
|
|
0x80, 0x02,
|
|
0x40, 0x02,
|
|
0x20, 0x09,
|
|
0x90, 0x14,
|
|
0x48, 0x12,
|
|
0x24, 0x49,
|
|
0xcc, 0xa4,
|
|
0x94, 0x92,
|
|
0x24, 0x49,
|
|
0x48, 0x24,
|
|
0x90, 0x12,
|
|
0x20, 0x09,
|
|
0x40, 0x05,
|
|
0x80, 0x03,
|
|
0x00, 0x01,
|
|
|
|
};
|