mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			C
		
	
	
	
	
	
// 0x16000F98
 | 
						|
const GeoLayout white_particle_geo[] = {
 | 
						|
   GEO_SHADOW(SHADOW_CIRCLE_4_VERTS, 0xB4, 50),
 | 
						|
   GEO_OPEN_NODE(),
 | 
						|
      GEO_DISPLAY_LIST(LAYER_ALPHA, white_particle_dl),
 | 
						|
   GEO_CLOSE_NODE(),
 | 
						|
   GEO_END(),
 | 
						|
};
 |