sm64pc/actors/mist/geo.inc.c

20 lines
485 B
C
Raw Normal View History

2019-11-03 19:36:27 +00:00
// 0x16000000
const GeoLayout mist_geo[] = {
GEO_NODE_START(),
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_DISPLAY_LIST(LAYER_TRANSPARENT, mist_seg3_dl_03000880),
GEO_CLOSE_NODE(),
GEO_END(),
};
// 0x16000020
const GeoLayout white_puff_geo[] = {
GEO_NODE_START(),
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_DISPLAY_LIST(LAYER_TRANSPARENT, mist_seg3_dl_03000920),
GEO_CLOSE_NODE(),
GEO_END(),
};