mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
8 lines
185 B
C
8 lines
185 B
C
// 0x0E000848
|
|
const GeoLayout rr_geo_000848[] = {
|
|
GEO_CULLING_RADIUS(500),
|
|
GEO_OPEN_NODE(),
|
|
GEO_ASM(0, geo_exec_flying_carpet_create),
|
|
GEO_CLOSE_NODE(),
|
|
GEO_END(),
|
|
};
|