5 lines
223 B
C
5 lines
223 B
C
#define player_pause2_width 9
|
|
#define player_pause2_height 9
|
|
static unsigned char player_pause2_bits[] = {
|
|
0x00, 0x00, 0x44, 0x00, 0x44, 0x00, 0x44, 0x00, 0x44, 0x00, 0x44, 0x00,
|
|
0x44, 0x00, 0x44, 0x00, 0x00, 0x00 };
|