mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			C
		
	
	
	
	
	
// 0x0F0004CC
 | 
						|
const GeoLayout purple_switch_geo[] = {
 | 
						|
   GEO_CULLING_RADIUS(300),
 | 
						|
   GEO_OPEN_NODE(),
 | 
						|
      GEO_DISPLAY_LIST(LAYER_OPAQUE, purple_switch_seg8_dl_0800C718),
 | 
						|
   GEO_CLOSE_NODE(),
 | 
						|
   GEO_END(),
 | 
						|
};
 |