mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			C
		
	
	
	
	
	
// 0x16000F6C
 | 
						|
const GeoLayout transparent_star_geo[] = {
 | 
						|
   GEO_SHADOW(SHADOW_CIRCLE_4_VERTS, 0x9B, 100),
 | 
						|
   GEO_OPEN_NODE(),
 | 
						|
      GEO_SCALE(0x00, 16384),
 | 
						|
      GEO_OPEN_NODE(),
 | 
						|
         GEO_DISPLAY_LIST(LAYER_TRANSPARENT, transparent_star_seg3_dl_0302C620),
 | 
						|
      GEO_CLOSE_NODE(),
 | 
						|
   GEO_CLOSE_NODE(),
 | 
						|
   GEO_END(),
 | 
						|
};
 |