Files
perfect-dark/src/files/setup/mp_setuplen.c
T
2020-03-10 17:03:32 +10:00

48 lines
453 B
C

//
// Stage ID 0x36
//
#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[] = {
outfit(OUTFIT_DEFAULT)
endintro
};
s32 path00[] = {
-1,
};
struct path paths[] = {
{ NULL, 0, 0 },
};
u8 func0000_003c[] = {
endlist
};
struct ailist ailists[] = {
{ NULL, 0 },
};