Skip to content

Commit

Permalink
Fix ItemPopup, release v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inuNorii committed Jul 5, 2024
1 parent 452942d commit ea9f1fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
## [Unreleased]

## [v1.12.1] - 2024-07-05
### Fixed
- ItemPopup address, replaced with AOB

## [v1.12.0] - 2024-07-05
### Added
- Scadutree Blessing and Revered Spirit Ash Blessing pointers to Statistics
Expand Down Expand Up @@ -580,7 +584,8 @@
- Custom FPS Limit


[unreleased]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.12.0...dev
[unreleased]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.12.1...dev
[v1.12.1]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.12.0...v1.12.1
[v1.12.0]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.11.2...v1.12.0
[v1.11.2]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.11.1...v1.11.2
[v1.11.1]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.11.0...v1.11.1
Expand Down
6 changes: 3 additions & 3 deletions ER_TGA.CT
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<CheatEntries>
<CheatEntry>
<ID>0</ID>
<Description>"Open - The Grand Archives v1.12.0 - Elden Ring v1.12.3"</Description>
<Description>"Open - The Grand Archives v1.12.1 - Elden Ring v1.12.3"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{$lua}
Expand All @@ -28,7 +28,7 @@ end

game_title = "ELDEN RING"
game_ver = "2.02.3" -- this is officially ELDEN RING app ver v1.12.3
table_ver = 1.120
table_ver = 1.121
ce_ver = 7.4
local version_url = "https://raw.githubusercontent.com/The-Grand-Archives/Elden-Ring-CT-TGA/master/VERSION"

Expand Down Expand Up @@ -147481,7 +147481,7 @@ ItemGive = nil
<AssemblerScript>{$lua}
if syntaxcheck then return end
[ENABLE]
local ItemPopup_addr = 0x140564020
local ItemPopup_addr = AOBScanModuleUnique(process,"?? 8b fa ?? 8b d9 ?? 8b 81 a8 00 00 00") - 0x14

function ItemPopup(itemId, quantity, gem)
local MapItemMan = readPointer("MapItemMan")
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.120
1.121

0 comments on commit ea9f1fc

Please sign in to comment.