Skip to content

Commit

Permalink
Add support for elden ring 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoding committed Mar 17, 2022
1 parent 74a0298 commit 5e89f2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SoulsSkipIntroScreen/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ void ApplyEldenRingPatches() {
Patch patches[] = {
//1.02.3
Patch{ 0xAAAF1A, 2, { static_cast<char>(0x90), static_cast<char>(0x90) },
{ 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) } }
};

Expand Down

0 comments on commit 5e89f2e

Please sign in to comment.