properly patch CT malo mart door to be open at any time of day

This commit is contained in:
gymnast86
2026-06-20 10:24:17 -07:00
parent 4d8fcfa551
commit 6bf0dfd92a
2 changed files with 65 additions and 33 deletions
+7
View File
@@ -199,6 +199,13 @@ public:
static queryFunc mQueryList[DUSK_IF_ELSE(54, 53)];
static eventFunc mEventList[DUSK_IF_ELSE(45, 43)];
#if TARGET_PC
// patch funcs for rando
void randoPatchNodeType(u8& type, u16 nodeIdx);
void randoPatchBranchNode(mesg_flow_node_branch*& branch_node, u16 nodeIdx);
void randoPatchEventNode(mesg_flow_node_event*& event_node, u16 nodeIdx);
#endif
private:
/* 0x04 */ u8* mFlow_p;
/* 0x08 */ u8* mLabelInfo_p;