mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
8 lines
209 B
C
8 lines
209 B
C
// 0x05014630
|
|
const GeoLayout tweester_geo[] = {
|
|
GEO_CULLING_RADIUS(5000),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_TRANSPARENT, tornado_seg5_dl_050145C0),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|