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