You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
9 lines
209 B
C
9 lines
209 B
C
// 0x0D0000B8
|
|
const GeoLayout wooden_post_geo[] = {
|
|
GEO_CULLING_RADIUS(450),
|
|
GEO_OPEN_NODE(),
|
|
GEO_DISPLAY_LIST(LAYER_OPAQUE, poundable_pole_seg6_dl_06002410),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|