From 14233f07300c5efc586e5de9a05d28608b9bca11 Mon Sep 17 00:00:00 2001 From: Blade Date: Wed, 27 Apr 2022 20:31:07 -0400 Subject: [PATCH] Add 1.04 1.04.1 --- READMEs/ELDENRING_README.txt | 5 +++++ SoulsSkipIntroScreen/dllmain.cpp | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/READMEs/ELDENRING_README.txt b/READMEs/ELDENRING_README.txt index c6feed4..3e42a4a 100644 --- a/READMEs/ELDENRING_README.txt +++ b/READMEs/ELDENRING_README.txt @@ -28,6 +28,11 @@ These are the logos normally shown when first starting Elden Ring and after savi ## Supported Versions 1.02.3 +1.03 +1.03.1 +1.03.2 +1.04 +1.04.1 ## Source https://github.com/bladecoding/DarkSouls3RemoveIntroScreens diff --git a/SoulsSkipIntroScreen/dllmain.cpp b/SoulsSkipIntroScreen/dllmain.cpp index 9b84e7a..cb1c0e6 100644 --- a/SoulsSkipIntroScreen/dllmain.cpp +++ b/SoulsSkipIntroScreen/dllmain.cpp @@ -188,6 +188,12 @@ void ApplyEldenRingPatches() { { static_cast(0x74), static_cast(0x53) } }, // 1.03.2 Patch{ 0xAB020D, 2, { static_cast(0x90), static_cast(0x90) }, + { static_cast(0x74), static_cast(0x53) } }, + // 1.04 + Patch{ 0xA8FB6D, 2, { static_cast(0x90), static_cast(0x90) }, + { static_cast(0x74), static_cast(0x53) } }, + // 1.04.1 + Patch{ 0xA8FA7D, 2, { static_cast(0x90), static_cast(0x90) }, { static_cast(0x74), static_cast(0x53) } } };