From 5b00cd2f9cc29467090bf4731227d0a9450f7fc6 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Thu, 15 Feb 2024 21:37:33 +0100 Subject: [PATCH] Added VR address to the dialog patch --- source/Enderal DLL/src/Patches/DialogueMenuPatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Enderal DLL/src/Patches/DialogueMenuPatch.h b/source/Enderal DLL/src/Patches/DialogueMenuPatch.h index 970f25f3..ba7b7faa 100644 --- a/source/Enderal DLL/src/Patches/DialogueMenuPatch.h +++ b/source/Enderal DLL/src/Patches/DialogueMenuPatch.h @@ -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{ REL::RelocationID(52428, 53327) }; + REL::Relocation func{ REL::VariantID(52428, 53327, 0x8EAD70) }; func(a_bool); }