47 lines
504 B
C
47 lines
504 B
C
//
|
|
// Stage ID 0x3e
|
|
//
|
|
|
|
#include "../include/setup.h"
|
|
|
|
u8 intro[];
|
|
u8 props[];
|
|
struct aipaths paths[];
|
|
struct ailists functions[];
|
|
|
|
void *setup[] = {
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
intro,
|
|
props,
|
|
paths,
|
|
functions,
|
|
NULL,
|
|
};
|
|
|
|
u8 props[] = {
|
|
endprops
|
|
};
|
|
|
|
u8 intro[] = {
|
|
endintro
|
|
};
|
|
|
|
struct aipaths paths[] = {
|
|
{ NULL, 0, 0 },
|
|
};
|
|
|
|
u8 unregistered_func1[] = {
|
|
cmd0185_mponly
|
|
rebuild_teams
|
|
rebuild_squadrons
|
|
set_function(CHR_SELF, GFUNC_IDLE)
|
|
endfunction
|
|
};
|
|
|
|
struct ailists functions[] = {
|
|
{ NULL, 0 },
|
|
};
|
|
|