Add Silhouette

This commit is contained in:
Arceveti
2021-09-18 15:55:57 -07:00
parent d019fcdbbe
commit e57f1dc59a
35 changed files with 556 additions and 366 deletions

View File

@@ -2,7 +2,7 @@
const GeoLayout bubble_geo[] = {
GEO_SWITCH_CASE(1, geo_switch_anim_state),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, bubble_seg4_dl_0401DD60),
GEO_DISPLAY_LIST(LAYER_OCCLUDE_SILHOUETTE_ALPHA, bubble_seg4_dl_0401DD60),
GEO_CLOSE_NODE(),
GEO_END(),
};
@@ -11,7 +11,7 @@ const GeoLayout bubble_geo[] = {
const GeoLayout purple_marble_geo[] = {
GEO_SWITCH_CASE(1, geo_switch_anim_state),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_ALPHA, bubble_seg4_dl_0401DDE0),
GEO_DISPLAY_LIST(LAYER_OCCLUDE_SILHOUETTE_ALPHA, bubble_seg4_dl_0401DDE0),
GEO_CLOSE_NODE(),
GEO_END(),
};