4
Fork 0

Added VR address to the dialog patch

development
Eddoursul 2 months ago
parent c7028ce75c
commit 5b00cd2f9c
  1. 2
      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_t> func{ REL::RelocationID(52428, 53327) };
REL::Relocation<func_t> func{ REL::VariantID(52428, 53327, 0x8EAD70) };
func(a_bool);
}

Loading…
Cancel
Save