sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

geo.inc.c (208B)


      1 // 0x0C000000
      2 const GeoLayout yellow_sphere_geo[] = {
      3     GEO_NODE_START(),
      4     GEO_OPEN_NODE(),
      5         GEO_DISPLAY_LIST(LAYER_ALPHA, yellow_sphere_seg5_dl_050008C8),
      6     GEO_CLOSE_NODE(),
      7     GEO_END(),
      8 };