Skip to content

Commit

Permalink
Add 1.04 1.04.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoding committed Apr 28, 2022
1 parent 3861ab3 commit 14233f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions READMEs/ELDENRING_README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions SoulsSkipIntroScreen/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ void ApplyEldenRingPatches() {
{ static_cast<char>(0x74), static_cast<char>(0x53) } },
// 1.03.2
Patch{ 0xAB020D, 2, { static_cast<char>(0x90), static_cast<char>(0x90) },
{ static_cast<char>(0x74), static_cast<char>(0x53) } },
// 1.04
Patch{ 0xA8FB6D, 2, { static_cast<char>(0x90), static_cast<char>(0x90) },
{ static_cast<char>(0x74), static_cast<char>(0x53) } },
// 1.04.1
Patch{ 0xA8FA7D, 2, { static_cast<char>(0x90), static_cast<char>(0x90) },
{ static_cast<char>(0x74), static_cast<char>(0x53) } }

};
Expand Down

0 comments on commit 14233f0

Please sign in to comment.