Added VR address to the dialog patch

This commit is contained in:
Eddoursul 2024-02-15 21:37:33 +01:00
parent c7028ce75c
commit 5b00cd2f9c

View File

@ -46,7 +46,7 @@ private:
{
using func_t = decltype(&OpenJournal);
// Checked: 1.5.97, 1.6.640, 1.6.659, 1.6.1130
REL::Relocation<func_t> func{ REL::RelocationID(52428, 53327) };
REL::Relocation<func_t> func{ REL::VariantID(52428, 53327, 0x8EAD70) };
func(a_bool);
}