This commit is contained in:
TakaRikka
2026-03-12 17:56:51 -07:00
931 changed files with 25778 additions and 24285 deletions
+17 -17
View File
@@ -1,6 +1,6 @@
/**
* @file d_a_npc_zanb.cpp
*
*
*/
#include "d/dolzel_rel.h" // IWYU pragma: keep
@@ -170,7 +170,7 @@ cPhs_Step daNpc_zanB_c::create() {
J3DModelData* mdlData_p = mpMorf[0]->getModel()->getModelData();
fopAcM_SetMtx(this, mpMorf[0]->getModel()->getBaseTRMtx());
fopAcM_setCullSizeBox(this, -200.0f, -100.0f, -200.0f, 200.0f, 300.0f, 200.0f);
fopAcM_OnStatus(this, fopAcM_STATUS_UNK_0x8000000);
fopAcM_OnStatus(this, fopAcStts_UNK_0x8000000_e);
mSound.init(&current.pos, &eyePos, 3, 1);
#if DEBUG
@@ -192,7 +192,7 @@ cPhs_Step daNpc_zanB_c::create() {
mAcch.SetGrndNone();
mAcch.SetWallNone();
}
mAcch.CrrPos(dComIfG_Bgsp());
mGndChk = mAcch.m_gnd;
mGroundH = mAcch.GetGroundH();
@@ -706,18 +706,18 @@ static actor_method_class daNpc_zanB_MethodTable = {
};
actor_process_profile_definition g_profile_NPC_ZANB = {
fpcLy_CURRENT_e, // mLayerID
7, // mListID
fpcPi_CURRENT_e, // mListPrio
PROC_NPC_ZANB, // mProcName
&g_fpcLf_Method.base, // sub_method
sizeof(daNpc_zanB_c), // mSize
0, // mSizeOther
0, // mParameters
&g_fopAc_Method.base, // sub_method
382, // mPriority
&daNpc_zanB_MethodTable, // sub_method
0x00044107, // mStatus
fopAc_NPC_e, // mActorType
fopAc_CULLBOX_CUSTOM_e, // cullType
/* Layer ID */ fpcLy_CURRENT_e,
/* List ID */ 7,
/* List Prio */ fpcPi_CURRENT_e,
/* Proc Name */ fpcNm_NPC_ZANB_e,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daNpc_zanB_c),
/* Size Other */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Draw Prio */ fpcDwPi_NPC_ZANB_e,
/* Actor SubMtd */ &daNpc_zanB_MethodTable,
/* Status */ fopAcStts_UNK_0x40000_e | fopAcStts_UNK_0x4000_e | fopAcStts_CULL_e | fopAcStts_UNK_0x4_e | fopAcStts_UNK_0x2_e | fopAcStts_UNK_0x1_e,
/* Group */ fopAc_NPC_e,
/* Cull Type */ fopAc_CULLBOX_CUSTOM_e,
};