10 lines
527 B
Plaintext
10 lines
527 B
Plaintext
#define s_shop1_width 24
|
|
#define s_shop1_height 24
|
|
static char s_shop1_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0xe0, 0x07, 0xf0, 0x7f, 0x18, 0x10, 0xc0, 0x21, 0x70, 0x00, 0x3f,
|
|
0xf0, 0xff, 0x35, 0xb0, 0x55, 0x21, 0xd0, 0x00, 0x2d, 0xb0, 0x52, 0x25,
|
|
0xf0, 0x52, 0x21, 0xf0, 0x00, 0x21, 0xd0, 0xff, 0x3f, 0xb0, 0x00, 0x21,
|
|
0xd0, 0x00, 0x21, 0xb0, 0x00, 0x29, 0xd0, 0x5a, 0x2d, 0xb0, 0x5a, 0x2d,
|
|
0xe0, 0x18, 0x2d, 0xc0, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|