8 lines
441 B
C
8 lines
441 B
C
#define player_pause1_width 18
|
|
#define player_pause1_height 18
|
|
static char player_pause1_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00,
|
|
0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00,
|
|
0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00,
|
|
0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
|