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/water_mine/geo.inc.c
2023-08-17 08:56:02 -04:00

12 lines
351 B
C

// 0x0D0002F4
const GeoLayout water_mine_geo[] = {
GEO_NODE_START(),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_OPAQUE, water_mine_seg6_dl_0600D3F8),
GEO_BILLBOARD(),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, water_mine_seg6_dl_0600D268),
GEO_CLOSE_NODE(),
GEO_CLOSE_NODE(),
GEO_END(),
};