5 lines
226 B
C
5 lines
226 B
C
#define player_repeat2_width 9
|
|
#define player_repeat2_height 9
|
|
static unsigned char player_repeat2_bits[] = {
|
|
0x00, 0x00, 0xfe, 0x00, 0x82, 0x00, 0x82, 0x00, 0x8a, 0x00, 0x92, 0x00,
|
|
0xfe, 0x00, 0x10, 0x00, 0x08, 0x00 };
|