action checkpoint

This commit is contained in:
Pheenoh
2023-01-21 13:44:20 -07:00
parent c47f11e2ae
commit 8dcee96cb7
3 changed files with 451 additions and 50 deletions
+1
View File
@@ -160,6 +160,7 @@ public:
void onNonStopJunpFlowFlag() { mNonStopJunpFlowFlag = 1; }
int getSelectNum() { return query005(NULL, NULL, 0); }
s16 getChoiceNo() { return mChoiceNo; }
void setMsg(u32 msg) { mMsg = msg; }
static queryFunc mQueryList[53];
static eventFunc mEventList[43];