mirror of https://github.com/zeldaret/tp.git
Link npc_zra (#2853)
This commit is contained in:
parent
6067c05f14
commit
0cc9ebd724
|
|
@ -1961,7 +1961,7 @@ config.libs = [
|
|||
ActorRel(MatchingFor(ALL_GCN), "d_a_npc_zelR"),
|
||||
ActorRel(MatchingFor(ALL_GCN), "d_a_npc_zelRo"),
|
||||
ActorRel(MatchingFor(ALL_GCN), "d_a_npc_zelda"),
|
||||
ActorRel(Equivalent, "d_a_npc_zra"), # weak func order
|
||||
ActorRel(MatchingFor(ALL_GCN), "d_a_npc_zra"),
|
||||
ActorRel(MatchingFor(ALL_GCN), "d_a_npc_zrc"),
|
||||
ActorRel(MatchingFor(ALL_GCN), "d_a_npc_zrz"),
|
||||
ActorRel(MatchingFor(ALL_GCN), "d_a_obj_Lv5Key"),
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ public:
|
|||
/* 80B78CA0 */ BOOL chkPassedChase(u16, cXyz);
|
||||
/* 80B78CFC */ int getDstPosChase(u16, cXyz, cXyz&);
|
||||
/* 80B78E08 */ f32 chkPassDst(u16, cXyz);
|
||||
/* 80B7EF88 */ ~daNpc_zrA_Path_c() {}
|
||||
int getEndIdx() { return mPathInfo->m_num - 1; }
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2327,6 +2327,12 @@ void daNpc_zrA_c::setExpressionTalkAfter() {
|
|||
}
|
||||
}
|
||||
|
||||
// fakematch to get the clib_calctimer functions to appear in the correct order.
|
||||
// Perhaps clever inline keyword usage can fix the problem, but this is easier.
|
||||
int dummy_clib_u8(u8* arg) {
|
||||
return cLib_calcTimer<u8>(arg);
|
||||
}
|
||||
|
||||
/* 80B7EBA0-80B7EC54 006780 00B4+00 1/1 0/0 0/0 .text setPrtcl__11daNpc_zrA_cFv */
|
||||
void daNpc_zrA_c::setPrtcl() {
|
||||
u32 flags = 0x40002;
|
||||
|
|
|
|||
Loading…
Reference in New Issue