10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define tavern_width 24
|
|
#define tavern_height 24
|
|
static char tavern_bits[] = {
|
|
0x78,0x00,0x00,0x48,0x00,0x00,0xcc,0xff,0x0f,0x3a,0x00,0x08,
|
|
0x51,0x55,0x15,0x13,0x00,0x10,0xa5,0xaa,0x2a,0x29,0x00,0x20,
|
|
0x51,0x55,0x55,0x6d,0x00,0x40,0xd1,0xff,0x7f,0x4d,0xbe,0x50,
|
|
0x55,0xc1,0x5f,0x55,0x1c,0x40,0x55,0x32,0x46,0x55,0x32,0x4d,
|
|
0x5d,0x32,0x49,0x59,0xb2,0x58,0x53,0xb2,0x58,0x46,0xbe,0x59,
|
|
0x4c,0xbe,0x58,0x58,0x80,0x58,0x70,0xa9,0x5f,0xe0,0xff,0x70};
|