You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Refresh 3
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# Bubba
|
||||
|
||||
12
actors/bubba/geo.inc.c
Normal file
12
actors/bubba/geo.inc.c
Normal file
@@ -0,0 +1,12 @@
|
||||
// 0x0C000000
|
||||
const GeoLayout bubba_geo[] = {
|
||||
GEO_NODE_START(),
|
||||
GEO_OPEN_NODE(),
|
||||
GEO_SWITCH_CASE(2, geo_switch_anim_state),
|
||||
GEO_OPEN_NODE(),
|
||||
GEO_DISPLAY_LIST(LAYER_OPAQUE, bubba_seg5_dl_05004E80),
|
||||
GEO_DISPLAY_LIST(LAYER_OPAQUE, bubba_seg5_dl_05005978),
|
||||
GEO_CLOSE_NODE(),
|
||||
GEO_CLOSE_NODE(),
|
||||
GEO_END(),
|
||||
};
|
||||
@@ -1,10 +0,0 @@
|
||||
glabel bubba_geo # 0x0C000000
|
||||
geo_node_start
|
||||
geo_open_node
|
||||
geo_switch_case 2, geo_switch_anim_state
|
||||
geo_open_node
|
||||
geo_display_list LAYER_OPAQUE, bubba_seg5_dl_05004E80
|
||||
geo_display_list LAYER_OPAQUE, bubba_seg5_dl_05005978
|
||||
geo_close_node
|
||||
geo_close_node
|
||||
geo_end
|
||||
619
actors/bubba/model.inc.c
Normal file
619
actors/bubba/model.inc.c
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user