mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-14 05:15:09 -05:00
9 lines
210 B
C
9 lines
210 B
C
// 0x0F0004CC
|
|
const GeoLayout purple_switch_geo[] = {
|
|
GEO_CULLING_RADIUS(300),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_OPAQUE, purple_switch_seg8_dl_0800C718),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|