Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/rr/flying_carpet/geo.inc.c
7861 views
1
// 0x0E000848
2
const GeoLayout rr_geo_000848[] = {
3
GEO_CULLING_RADIUS(500),
4
GEO_OPEN_NODE(),
5
GEO_ASM(0, geo_exec_flying_carpet_create),
6
GEO_CLOSE_NODE(),
7
GEO_END(),
8
};
9
10