10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define spiked_pit_width 24
|
|
#define spiked_pit_height 24
|
|
static char spiked_pit_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0x0f, 0x1c, 0x00, 0x38,
|
|
0x07, 0x00, 0xe0, 0x01, 0x08, 0x80, 0x21, 0x8c, 0x80, 0x21, 0x85, 0x80,
|
|
0x23, 0xb1, 0x82, 0x26, 0x31, 0x86, 0x8c, 0x53, 0xc6, 0x78, 0x40, 0x70,
|
|
0xc0, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|