Regenerate old actor profiles for consistency

This commit is contained in:
LagoLunatic
2024-04-22 13:20:05 -04:00
parent 94f3b78155
commit f856df04e5
279 changed files with 689 additions and 861 deletions
+14 -14
View File
@@ -2429,18 +2429,18 @@ static actor_method_class l_daNpc_Os_Method = {
};
actor_process_profile_definition g_profile_NPC_OS = {
fpcLy_CURRENT_e,
7,
fpcPi_CURRENT_e,
PROC_NPC_OS,
&g_fpcLf_Method.base,
sizeof(daNpc_Os_c),
0,
0,
&g_fopAc_Method.base,
0x013D,
&l_daNpc_Os_Method,
fopAcStts_UNK8000000_e | fopAcStts_UNK2000000_e | fopAcStts_UNK40000_e | fopAcStts_UNK4000_e | fopAcStts_FREEZE_e | fopAcStts_CULL_e,
fopAc_ACTOR_e,
fopAc_CULLBOX_0_e,
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 0x0007,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_NPC_OS,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daNpc_Os_c),
/* SizeOther */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x013D,
/* Actor SubMtd */ &l_daNpc_Os_Method,
/* Status */ fopAcStts_CULL_e | fopAcStts_FREEZE_e | fopAcStts_UNK4000_e | fopAcStts_UNK40000_e | fopAcStts_UNK2000000_e | fopAcStts_UNK8000000_e,
/* Group */ fopAc_ACTOR_e,
/* CullType */ fopAc_CULLBOX_0_e,
};