npc_kakashi done (#2651)

This commit is contained in:
TakaRikka
2025-09-12 14:29:20 -07:00
committed by GitHub
parent 50a818a25d
commit ab64210b40
49 changed files with 1390 additions and 1705 deletions
+3 -3
View File
@@ -390,7 +390,7 @@ cPhs__Step daNpcShad_c::Create() {
return cPhs_ERROR_e;
}
fopAcM_OnStatus(this, fopAcM_STATUS_UNK_004000);
fopAcM_OnStatus(this, fopAcM_STATUS_UNK_0x4000);
mMode = 2;
}
}
@@ -845,7 +845,7 @@ void daNpcShad_c::reset() {
mMotionMorfOverride = 0.0f;
if (isSneaking()) {
fopAcM_OnStatus(this, fopAcM_STATUS_UNK_004000);
fopAcM_OnStatus(this, fopAcM_STATUS_UNK_0x4000);
}
setWaitAction();
@@ -1886,7 +1886,7 @@ BOOL daNpcShad_c::EvCut_ToChantSpell2(int i_cutIndex) {
actor = NULL;
fopAcM_SearchByName(PROC_CSTAF, (fopAc_ac_c**)&actor);
if (actor != NULL) {
fopAcM_OnStatus(actor, fopAcM_STATUS_UNK_000800);
fopAcM_OnStatus(actor, fopAcM_STATUS_UNK_0x800);
}
dComIfGp_getEvent().startCheckSkipEdge(this);