mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 20:27:36 -04:00
This commit is contained in:
+14
-14
@@ -418,18 +418,18 @@ static actor_method_class l_daB_GOS_Method = {
|
||||
};
|
||||
|
||||
actor_process_profile_definition g_profile_B_GOS = {
|
||||
fpcLy_CURRENT_e,
|
||||
8,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_B_GOS,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(b_gos_class),
|
||||
0,
|
||||
0,
|
||||
&g_fopAc_Method.base,
|
||||
216,
|
||||
&l_daB_GOS_Method,
|
||||
0x40100,
|
||||
fopAc_ENEMY_e,
|
||||
fopAc_CULLBOX_CUSTOM_e,
|
||||
/* Layer ID */ fpcLy_CURRENT_e,
|
||||
/* List ID */ 8,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
/* Proc Name */ fpcNm_B_GOS_e,
|
||||
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
||||
/* Size */ sizeof(b_gos_class),
|
||||
/* Size Other */ 0,
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Draw Prio */ fpcDwPi_B_GOS_e,
|
||||
/* Actor SubMtd */ &l_daB_GOS_Method,
|
||||
/* Status */ fopAcStts_UNK_0x40000_e | fopAcStts_CULL_e,
|
||||
/* Group */ fopAc_ENEMY_e,
|
||||
/* Cull Type */ fopAc_CULLBOX_CUSTOM_e,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user