10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define dungeonfloor_width 24
|
|
#define dungeonfloor_height 24
|
|
static char dungeonfloor_bits[] = {
|
|
0x08,0x86,0x20,0xe7,0x79,0xbc,0x0c,0xc5,0x60,0x08,0x82,0x40,
|
|
0x08,0x82,0x40,0x08,0x82,0x61,0x04,0x42,0x3e,0x93,0xb9,0x61,
|
|
0x20,0x14,0x42,0x20,0x08,0x42,0x20,0x08,0x42,0x50,0x08,0x42,
|
|
0x4b,0xd4,0xa1,0xb8,0x43,0x1c,0x10,0x86,0x10,0x10,0x84,0x20,
|
|
0x10,0x84,0x20,0x28,0x80,0x20,0x27,0xc4,0x50,0x6c,0x6b,0x2f,
|
|
0x10,0x84,0x40,0x10,0x08,0x41,0x10,0x08,0x41,0x10,0x0c,0x41};
|