Archived
1
0
Fork 0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
sm64/actors/bubble/geo.inc.c
2023-08-17 08:56:02 -04:00

17 lines
446 B
C

// 0x17000000
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_CLOSE_NODE(),
GEO_END(),
};
// 0x1700001C
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_CLOSE_NODE(),
GEO_END(),
};