d_a_npc_chat matching (#2725)

* initial work

* tiny change

* over half done

* got to playMotion

* got to wait function

* matching
This commit is contained in:
Carco_21
2025-10-05 21:32:14 -04:00
committed by GitHub
parent c3cd595107
commit b3d30467bf
5 changed files with 3959 additions and 4309 deletions
+2
View File
@@ -1209,6 +1209,8 @@ public:
void setIntFlowNodeNo(int i_flowNodeNo) { mFlowNodeNo = i_flowNodeNo; }
void setCutType(int i_cutType) { mCutType = i_cutType; }
void onInterrupt(u8 param_0) { field_0x9ef = param_0; }
void onHide() { mHide = true; }
void offHide() { mHide = false; }
static dCcD_SrcGObjInf const mCcDObjInfo;
static dCcD_SrcCyl mCcDCyl;