You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
18 lines
434 B
C
18 lines
434 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(),
|
|
};
|