mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
8 lines
202 B
C
8 lines
202 B
C
// 0x0C000000
|
|
const GeoLayout yellow_sphere_geo[] = {
|
|
GEO_NODE_START(),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_ALPHA, yellow_sphere_seg5_dl_050008C8),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|