perfect_dark/src/files/setup/setuparec.c

50 lines
991 B
C

//
// Ravine (MP)
//
#include "stagesetup.h"
u8 intro[];
u8 props[];
struct aipaths paths[];
struct ailists functions[];
void *setup[] = {
NULL,
NULL,
NULL,
intro,
props,
paths,
functions,
NULL,
};
u8 props[] = {
lift(0x0100, MODEL_RAVINELIFT, 0x00bc, 0x035204e8, 0x00304300, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000003e8, 0x00000000, 0x00000000, 0x0fff0000, 0x00bc, 0x00bb, 0x00baffff, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000071c, 0x0010aaaa, 0x00000000, 0x00000000, 0x00000000, 0x00000000)
endprops
};
u8 unregistered_func1[] = {
set_function(CHR_SELF, GFUNC_IDLE)
endfunction
};
u8 unregistered_func2[] = {
set_function(CHR_SELF, GFUNC_IDLE)
endfunction
};
u8 intro[] = {
endintro
};
struct aipaths paths[] = {
{ NULL, 0, 0 },
};
struct ailists functions[] = {
{ NULL, 0 },
};