RAIntegration icon indicating copy to clipboard operation
RAIntegration copied to clipboard

Handle Indirect Address Navigation for Right-Click and Tooltip with Remember and Recall

Open redwizard42 opened this issue 1 year ago • 0 comments

Updates logic to handle remember and recall potentially being involved in resolving the indirect address for purposes of right-click navigation and displaying the resolved address in the tooltip. Processes the pause logic in a first pass if there is pause logic, so that remembered values that may be in later pause logic are attributed properly should they be later used in non-pause logic.

Design decision is to navigate as if no remember conditions were affect by a pause.

Some possible improvement could be made were the rcheevos logic to flag that remember/recall are used in the conditionset as then additional processing of the pause logic as well as add source, sub source, and remember could be skipped.

redwizard42 avatar Jun 06 '24 23:06 redwizard42