mirror of
https://github.com/zeldaret/tp
synced 2026-08-13 04:09:51 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user