5 lines
217 B
C
5 lines
217 B
C
#define player_prev_width 9
|
|
#define player_prev_height 9
|
|
static unsigned char player_prev_bits[] = {
|
|
0x00, 0x00, 0x84, 0x00, 0xe4, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0xfc, 0x00,
|
|
0xe4, 0x00, 0x84, 0x00, 0x00, 0x00 };
|