sm64pc/actors/water_ring/geo.inc.c

13 lines
374 B
C
Raw Permalink Normal View History

2019-11-03 19:36:27 +00:00
// 0x0D000414
const GeoLayout water_ring_geo[] = {
GEO_SCALE(0x00, 32768),
GEO_OPEN_NODE(),
GEO_ANIMATED_PART(LAYER_OPAQUE, 0, 0, 0, NULL),
GEO_OPEN_NODE(),
2020-03-02 03:42:52 +00:00
GEO_ASM(0, geo_update_layer_transparency),
2019-11-03 19:36:27 +00:00
GEO_ANIMATED_PART(LAYER_TRANSPARENT, 0, 0, 0, water_ring_seg6_dl_06013AC0),
GEO_CLOSE_NODE(),
GEO_CLOSE_NODE(),
GEO_END(),
};