Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/actors/bullet_bill/geo.inc.c
7857 views
1
// 0x0C000264
2
const GeoLayout bullet_bill_geo[] = {
3
GEO_NODE_START(),
4
GEO_OPEN_NODE(),
5
GEO_SHADOW(SHADOW_SQUARE_PERMANENT, 0x96, 400),
6
GEO_OPEN_NODE(),
7
GEO_DISPLAY_LIST(LAYER_OPAQUE, bullet_bill_seg5_dl_0500E8A8),
8
GEO_CLOSE_NODE(),
9
GEO_CLOSE_NODE(),
10
GEO_END(),
11
};
12
13