sm64/actors/water_ring/geo.inc.c

13 lines
390 B
C
Raw Normal View History

2019-11-03 14:36:27 -05:00
// 0x0D000414
const GeoLayout water_ring_geo[] = {
2023-08-17 08:56:02 -04:00
GEO_SCALE(0x00, 32768),
GEO_OPEN_NODE(),
GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL),
GEO_OPEN_NODE(),
GEO_ASM(0, geo_update_layer_transparency),
GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, water_ring_seg6_dl_06013AC0),
GEO_CLOSE_NODE(),
GEO_CLOSE_NODE(),
GEO_END(),
2019-11-03 14:36:27 -05:00
};