Skip to content

Commit

Permalink
Elden Ring 1.03.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hallcristobal authored and bladecoding committed Mar 18, 2022
1 parent 5e89f2e commit 5426acb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SoulsSkipIntroScreen/dllmain.cpp
Expand Up @@ -182,6 +182,9 @@ void ApplyEldenRingPatches() {
{ static_cast<char>(0x74), static_cast<char>(0x53) } },
//1.03.0
Patch{ 0xAB021D, 2, { static_cast<char>(0x90), static_cast<char>(0x90) },
{ static_cast<char>(0x74), static_cast<char>(0x53) } },
//1.03.1
Patch{ 0xAB022D, 2, { static_cast<char>(0x90), static_cast<char>(0x90) },
{ static_cast<char>(0x74), static_cast<char>(0x53) } }
};

Expand Down

0 comments on commit 5426acb

Please sign in to comment.