work on d_a_npc_the and d_a_npc (#2120)

This commit is contained in:
Caroline Madsen
2024-04-04 19:05:50 -04:00
committed by GitHub
parent 54d864e390
commit 73ead19443
37 changed files with 2169 additions and 1855 deletions
+1
View File
@@ -162,6 +162,7 @@ public:
int getSelectNum() { return query005(NULL, NULL, 0); }
s16 getChoiceNo() { return mChoiceNo; }
void setMsg(u32 msg) { mMsg = msg; }
bool checkEndFlow() { return field_0x26 == 1; }
static queryFunc mQueryList[53];
static eventFunc mEventList[43];