mirror of
https://github.com/n64decomp/sm64.git
synced 2024-11-12 04:15:02 -05:00
9 lines
218 B
C
9 lines
218 B
C
// 0x0C000248
|
|
const GeoLayout thwomp_geo[] = {
|
|
GEO_SHADOW(SHADOW_SQUARE_SCALABLE, 0xB4, 300),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_OPAQUE, thwomp_seg5_dl_0500B750),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|