10 lines
540 B
Plaintext
10 lines
540 B
Plaintext
#define angry_floor_width 24
|
|
#define angry_floor_height 24
|
|
static char angry_floor_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x06, 0xc0, 0x81, 0x03,
|
|
0x00, 0xc3, 0x00, 0x00, 0x24, 0x00, 0x80, 0x81, 0x01, 0x80, 0x81, 0x01,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x80, 0xff, 0x01,
|
|
0xc0, 0xc3, 0x03, 0xc0, 0x00, 0x03, 0x60, 0x00, 0x06, 0x20, 0x00, 0x04,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0xb9, 0x2b, 0x98, 0x8a, 0x3b,
|
|
0xa4, 0xaa, 0x11, 0xa4, 0xba, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|