10 lines
		
	
	
		
			537 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			537 B
		
	
	
	
		
			Plaintext
		
	
	
| #define calm_floor_width 24
 | |
| #define calm_floor_height 24
 | |
| static char calm_floor_bits[] = {
 | |
|   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc3, 0x00,
 | |
|   0x00, 0xc3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 | |
|   0x20, 0x00, 0x04, 0x20, 0x00, 0x04, 0x60, 0x00, 0x06, 0xc0, 0x00, 0x03,
 | |
|   0xc0, 0xc3, 0x03, 0x80, 0xff, 0x01, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00,
 | |
|   0x00, 0x00, 0x00, 0x38, 0x23, 0x16, 0x08, 0x23, 0x1a, 0x88, 0x24, 0x12,
 | |
|   0xb8, 0xe4, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; 
 |