// // Stage ID 0x4c // #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[] = { outfit(OUTFIT_DEFAULT) endintro }; struct aipaths paths[] = { { NULL, 0, 0 }, }; u8 func1000_0038[] = { cmd0185_mponly cmd0145_rebuild_groups cmd0146_rebuild_groups set_function(CHR_SELF, GFUNC_IDLE) endfunction }; struct ailists functions[] = { { func1000_0038, 0x1000 }, { NULL, 0 }, };