This commit is contained in:
TakaRikka
2026-03-12 17:56:51 -07:00
931 changed files with 25778 additions and 24285 deletions
+15 -15
View File
@@ -8,7 +8,7 @@
#include "d/actor/d_a_obj_ki.h"
#include "SSystem/SComponent/c_math.h"
#include "d/d_com_inf_game.h"
#include "d/d_procname.h"
#include "f_pc/f_pc_name.h"
static int ki_bmd[2] = {9, 10};
@@ -225,18 +225,18 @@ static actor_method_class l_daObj_Ki_Method = {
};
actor_process_profile_definition g_profile_OBJ_KI = {
fpcLy_CURRENT_e,
7,
fpcPi_CURRENT_e,
PROC_OBJ_KI,
&g_fpcLf_Method.base,
sizeof(obj_ki_class),
0,
0,
&g_fopAc_Method.base,
0x2C2,
&l_daObj_Ki_Method,
0x40100,
fopAc_ACTOR_e,
fopAc_CULLBOX_7_e,
/* Layer ID */ fpcLy_CURRENT_e,
/* List ID */ 7,
/* List Prio */ fpcPi_CURRENT_e,
/* Proc Name */ fpcNm_OBJ_KI_e,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(obj_ki_class),
/* Size Other */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Draw Prio */ fpcDwPi_OBJ_KI_e,
/* Actor SubMtd */ &l_daObj_Ki_Method,
/* Status */ fopAcStts_UNK_0x40000_e | fopAcStts_CULL_e,
/* Group */ fopAc_ACTOR_e,
/* Cull Type */ fopAc_CULLBOX_7_e,
};