47 lines
426 B
C
47 lines
426 B
C
//
|
|
// Crash Site
|
|
//
|
|
|
|
#include "stagesetup.h"
|
|
|
|
s32 intro[];
|
|
u32 props[];
|
|
struct path paths[];
|
|
struct ailist ailists[];
|
|
|
|
struct stagesetup setup = {
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
intro,
|
|
props,
|
|
paths,
|
|
ailists,
|
|
NULL,
|
|
};
|
|
|
|
u32 props[] = {
|
|
endprops
|
|
};
|
|
|
|
s32 intro[] = {
|
|
endintro
|
|
};
|
|
|
|
s32 path00[] = {
|
|
-1,
|
|
};
|
|
|
|
struct path paths[] = {
|
|
{ NULL, 0, 0 },
|
|
};
|
|
|
|
u8 func0000_0034[] = {
|
|
endlist
|
|
};
|
|
|
|
struct ailist ailists[] = {
|
|
{ NULL, 0 },
|
|
};
|
|
|