mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
d_a_tag_hjump / d_a_scene_exit2 OK (#361)
* d_a_tag_hjump OK * d_a_scene_exit2 OK * remove asm
This commit is contained in:
@@ -208,6 +208,7 @@ public:
|
||||
MtxP GetBaseMtxP() { return pm_base; }
|
||||
bool ChkNoCalcVtx() { return field_0x88 & 2; }
|
||||
bool ChkFlush() { return field_0x91 & 8; }
|
||||
void SetLock() { field_0x88 |= 0x80; }
|
||||
|
||||
public:
|
||||
/* 0x18 */ MtxP pm_base;
|
||||
|
||||
@@ -2936,6 +2936,11 @@ inline int i_dComIfGp_evmng_getMyStaffId(const char* pName, fopAc_ac_c* pActor,
|
||||
return dComIfGp_getPEvtManager()->getMyStaffId(pName, pActor, param_2);
|
||||
}
|
||||
|
||||
inline int dComIfGp_evmng_getMyActIdx(int i_staffIdx, char** param_1, int param_2, int param_3,
|
||||
int param_4) {
|
||||
return dComIfGp_getPEvtManager()->getMyActIdx(i_staffIdx, param_1, param_2, param_3, param_4);
|
||||
}
|
||||
|
||||
inline int dComIfGp_evmng_getIsAddvance(int param_0) {
|
||||
return dComIfGp_getPEvtManager()->getIsAddvance(param_0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user