d_a_npc_maro equivalent (#2439)

* Initial d_a_npc_maro work

* d_a_npc_maro 17% matching

* d_a_npc_maro 28% done

* d_a_npc_maro 38% done

* d_a_npc_maro 57% done

* daNpc_Maro_c::cutArrowTutorial done....

* d_a_npc_maro: dcomifgp_getattention returns ptr now....

* d_a_npc_maro 98% matching

* d_a_npc_maro equivalent

* address d_a_npc_maro PR comments
This commit is contained in:
YunataSavior
2025-06-07 01:20:54 -07:00
committed by GitHub
parent 23bee3b523
commit 09fdb3ece2
9 changed files with 3422 additions and 2339 deletions
+18
View File
@@ -286,6 +286,24 @@ public:
}
setDirect(i_direct);
}
void sorasu1(cXyz *arg0, u8 arg1) {
BOOL diff_ptrs = mAttnPosP != arg0;
if (setMode(5, diff_ptrs) != 0) {
mAttnPosP = arg0;
}
setDirect(arg1);
}
void sorasu2(cXyz *arg0, u8 arg1) {
BOOL diff_ptrs = mAttnPosP != arg0;
if (setMode(6, diff_ptrs) != 0) {
mAttnPosP = arg0;
}
setDirect(arg1);
}
};
class daNpcT_DmgStagger_c {