mirror of
https://github.com/zeldaret/tp
synced 2026-08-11 11:33:29 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user