5 lines
220 B
C
5 lines
220 B
C
#define player_prev2_width 9
|
|
#define player_prev2_height 9
|
|
static unsigned char player_prev2_bits[] = {
|
|
0x00, 0x00, 0x44, 0x00, 0x24, 0x00, 0x14, 0x00, 0x0c, 0x00, 0x14, 0x00,
|
|
0x24, 0x00, 0x44, 0x00, 0x00, 0x00 };
|