This commit is contained in:
TakaRikka
2026-03-12 17:56:51 -07:00
931 changed files with 25778 additions and 24285 deletions
+16 -16
View File
@@ -335,7 +335,7 @@ int daObjYobikusa_c::execute() {
(!dComIfGp_event_runCheck() || eventInfo.checkCommandTalk())))
{
mpActiveModel = mpModelTypeA;
fopAcM_OnStatus(this, 0x80);
fopAcM_OnStatus(this, fopAcStts_NOEXEC_e);
} else {
return TRUE;
}
@@ -344,7 +344,7 @@ int daObjYobikusa_c::execute() {
if (mCcCyl.ChkTgHit()) {
mpActiveModel = mpModelTypeB;
fopAcM_OffStatus(this, 0x80);
fopAcM_OffStatus(this, fopAcStts_NOEXEC_e);
cLib_offBit<u32>(attention_info.flags, fopAc_AttnFlag_CARRY_e);
if (getType() == CALL_TYPE_FLY) {
@@ -419,18 +419,18 @@ static actor_method_class l_daObjYobikusa_Method = {
};
actor_process_profile_definition g_profile_Obj_Yobikusa = {
fpcLy_CURRENT_e, // mLayerID
7, // mListID
fpcPi_CURRENT_e, // mListPrio
PROC_Obj_Yobikusa, // mProcName
&g_fpcLf_Method.base, // sub_method
sizeof(daObjYobikusa_c), // mSize
0, // mSizeOther
0, // mParameters
&g_fopAc_Method.base, // sub_method
29, // mPriority
&l_daObjYobikusa_Method, // sub_method
0x40180, // mStatus
fopAc_ACTOR_e, // mActorType
fopAc_CULLBOX_CUSTOM_e, // cullType
/* Layer ID */ fpcLy_CURRENT_e,
/* List ID */ 7,
/* List Prio */ fpcPi_CURRENT_e,
/* Proc Name */ fpcNm_Obj_Yobikusa_e,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(daObjYobikusa_c),
/* Size Other */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Draw Prio */ fpcDwPi_Obj_Yobikusa_e,
/* Actor SubMtd */ &l_daObjYobikusa_Method,
/* Status */ fopAcStts_UNK_0x40000_e | fopAcStts_CULL_e | fopAcStts_NOEXEC_e,
/* Group */ fopAc_ACTOR_e,
/* Cull Type */ fopAc_CULLBOX_CUSTOM_e,
};