Archived
1
0
Fork 0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
sm64/actors/haunted_cage/geo.inc.c
2023-08-17 08:56:02 -04:00

13 lines
472 B
C

// 0x0C000274
const GeoLayout haunted_cage_geo[] = {
GEO_CULLING_RADIUS(300),
GEO_OPEN_NODE(),
GEO_SHADOW(SHADOW_CIRCLE_9_VERTS, 0x96, 100),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_OPAQUE, haunted_cage_seg5_dl_0500F7D8),
GEO_DISPLAY_LIST(LAYER_OPAQUE, haunted_cage_seg5_dl_0500FC28),
GEO_DISPLAY_LIST(LAYER_ALPHA, haunted_cage_seg5_dl_05010100),
GEO_CLOSE_NODE(),
GEO_CLOSE_NODE(),
GEO_END(),
};