sm64pc/actors/water_splash/geo.inc.c

16 lines
701 B
C

// 0x17000230
const GeoLayout water_splash_geo[] = {
GEO_SWITCH_CASE(8, geo_switch_anim_state),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_splash_seg4_dl_04032640),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_splash_seg4_dl_04032658),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_splash_seg4_dl_04032670),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_splash_seg4_dl_04032688),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_splash_seg4_dl_040326A0),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_splash_seg4_dl_040326B8),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_splash_seg4_dl_040326D0),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_splash_seg4_dl_040326E8),
GEO_CLOSE_NODE(),
GEO_END(),
};