sm64/actors/tornado/geo.inc.c

9 lines
211 B
C
Raw Permalink Normal View History

2019-11-03 14:36:27 -05:00
// 0x05014630
2020-02-03 00:51:26 -05:00
const GeoLayout tweester_geo[] = {
2019-11-03 14:36:27 -05:00
GEO_CULLING_RADIUS(5000),
GEO_OPEN_NODE(),
2023-08-17 08:56:02 -04:00
GEO_DISPLAY_LIST(LAYER_TRANSPARENT, tornado_seg5_dl_050145C0),
2019-11-03 14:36:27 -05:00
GEO_CLOSE_NODE(),
GEO_END(),
};