perfect_dark/src/ailists/mp_setuplen.c

48 lines
481 B
C

//
// Stage ID 0x36
//
#include "stagesetup.h"
extern s32 intro[];
extern u32 props[];
extern struct path paths[];
extern struct ailist ailists[];
struct stagesetup setup = {
NULL,
NULL,
NULL,
intro,
props,
paths,
ailists,
NULL,
};
u32 props[] = {
endprops
};
s32 intro[] = {
outfit(OUTFIT_DEFAULT)
endintro
};
s32 path00[] = {
-1,
};
struct path paths[] = {
{ NULL, 0, 0 },
};
u8 func0000_003c[] = {
endlist
};
struct ailist ailists[] = {
{ NULL, 0 },
};