10 lines
		
	
	
		
			539 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			539 B
		
	
	
	
		
			Plaintext
		
	
	
#define breeder_ant_width 24
 | 
						|
#define breeder_ant_height 24
 | 
						|
static char breeder_ant_bits[] = {
 | 
						|
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 | 
						|
  0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x04, 0xc0, 0xc0, 0x09, 0x30,
 | 
						|
  0x00, 0x0e, 0x18, 0x00, 0x1d, 0x0c, 0x00, 0xd7, 0x43, 0x80, 0xff, 0x03,
 | 
						|
  0x80, 0xf6, 0x17, 0x00, 0xd3, 0x5d, 0x00, 0x48, 0x75, 0x00, 0x28, 0xc9,
 | 
						|
  0x00, 0x24, 0x91, 0x00, 0x22, 0x21, 0x00, 0x20, 0x02, 0x00, 0x00, 0x00,
 | 
						|
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
 |