implement custom item text

This commit is contained in:
gymnast86
2026-05-07 23:17:58 -07:00
parent 870bd6476c
commit 0014be0e82
14 changed files with 1047 additions and 208 deletions
+2 -1
View File
@@ -523,7 +523,8 @@ int dMsgFlow_c::setNormalMsg(mesg_flow_node* i_flowNode_p, fopAc_ac_c* i_speaker
if (flowItemOverrides.contains(key)) {
u8 itemId = verifyProgressiveItem(flowItemOverrides[key]);
msg_no = getItemMessageID(itemId);
execItemGet(itemId);
// Store this itemId so that we can give the item when the textbox closes
g_randomizerState.mFlowMessageItemId = itemId;
}
}
#endif