You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
9 lines
236 B
C
9 lines
236 B
C
// 0x16000F98
|
|
const GeoLayout white_particle_geo[] = {
|
|
GEO_SHADOW(SHADOW_CIRCLE_4_VERTS, 0xB4, 50),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_OCCLUDE_SILHOUETTE_ALPHA, white_particle_dl),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|