Refresh 3

This commit is contained in:
n64
2019-11-03 14:36:27 -05:00
parent 6b8bc9b9ec
commit a7c423cb43
4603 changed files with 475500 additions and 437701 deletions

View File

@@ -1,2 +0,0 @@
# Bubba

12
actors/bubba/geo.inc.c Normal file
View 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(),
};

View File

@@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff