5 lines
220 B
C
5 lines
220 B
C
#define player_stop2_width 9
|
|
#define player_stop2_height 9
|
|
static unsigned char player_stop2_bits[] = {
|
|
0x00, 0x00, 0xfe, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00,
|
|
0x82, 0x00, 0xfe, 0x00, 0x00, 0x00 };
|