10 lines
		
	
	
		
			458 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			458 B
		
	
	
	
		
			Plaintext
		
	
	
#define flammehull_width 24
 | 
						|
#define flammehull_height 24
 | 
						|
static char flammehull_bits[] = {
 | 
						|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
 | 
						|
0x00,0x18,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x24,0x00,
 | 
						|
0x00,0x18,0x00,0x00,0x00,0x00,0x60,0x00,0x06,0xf0,0x00,0x0f,
 | 
						|
0xf0,0x00,0x0f,0x90,0x00,0x09,0x60,0x00,0x06,0x00,0x00,0x00,
 | 
						|
0x00,0x18,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x24,0x00,
 | 
						|
0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
 |