5 lines
199 B
C
5 lines
199 B
C
#define ghost_width 9
|
|
#define ghost_height 9
|
|
static unsigned char ghost_bits[] = {
|
|
0x38, 0x00, 0x7c, 0x00, 0xfe, 0x00, 0xd6, 0x00, 0xfe, 0x00, 0xfe, 0x00,
|
|
0xfe, 0x00, 0xfe, 0x00, 0xaa, 0x00 };
|