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:
TakaRikka
2023-07-03 21:10:29 -07:00
committed by GitHub
parent 01d9e0a514
commit 1a168255d2
35 changed files with 437 additions and 1715 deletions
+1
View File
@@ -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;
+5
View File
@@ -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);
}