Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/actors/bubble/geo.inc.c
7855 views
1
// 0x17000000
2
const GeoLayout bubble_geo[] = {
3
GEO_SWITCH_CASE(1, geo_switch_anim_state),
4
GEO_OPEN_NODE(),
5
GEO_DISPLAY_LIST(LAYER_ALPHA, bubble_seg4_dl_0401DD60),
6
GEO_CLOSE_NODE(),
7
GEO_END(),
8
};
9
10
// 0x1700001C
11
const GeoLayout purple_marble_geo[] = {
12
GEO_SWITCH_CASE(1, geo_switch_anim_state),
13
GEO_OPEN_NODE(),
14
GEO_DISPLAY_LIST(LAYER_ALPHA, bubble_seg4_dl_0401DDE0),
15
GEO_CLOSE_NODE(),
16
GEO_END(),
17
};
18
19