sm64/actors/white_particle/geo.inc.c

9 lines
223 B
C
Raw Normal View History

2019-11-03 14:36:27 -05:00
// 0x16000F98
const GeoLayout white_particle_geo[] = {
2023-08-17 08:56:02 -04:00
GEO_SHADOW(SHADOW_CIRCLE_4_VERTS, 0xB4, 50),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, white_particle_dl),
GEO_CLOSE_NODE(),
GEO_END(),
2019-11-03 14:36:27 -05:00
};