Fixes issue where a frozen memory address on a memory block other than the first (usually labelled as something other than System RAM) could not be modified.
The address being modified was mutated to reflect the offset within the appropriate block. This was then passed as the modified address to the event handlers, which were expecting the original address. As a result, the bookmark was not immediately updated and the frozen value was written back into memory on the next frame.
Fixes issue where a frozen memory address on a memory block other than the first (usually labelled as something other than System RAM) could not be modified.
The address being modified was mutated to reflect the offset within the appropriate block. This was then passed as the modified address to the event handlers, which were expecting the original address. As a result, the bookmark was not immediately updated and the frozen value was written back into memory on the next frame.