Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inuNorii committed Apr 21, 2022
1 parent aeec701 commit b6f25ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
### v0.5.2 04/21/2022
- Removed Roped Freezing Pot
### v0.5.1 04/21/2022
- Removed Miranda's Prayer
- Fixed ItemGib reading Player ReinforceLv as int instead of byte
Expand Down
5 changes: 2 additions & 3 deletions ER_TGA.CT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<CheatEntries>
<CheatEntry>
<ID>1337192508</ID>
<Description>"Open - The Grand Archives v0.5.1 - Elden Ring v1.04"</Description>
<Description>"Open - The Grand Archives v0.5.2 - Elden Ring v1.04"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
Expand Down Expand Up @@ -10651,7 +10651,7 @@ dd 400001B8 00000063 00000000 FFFFFFFF // Roped Poison Pot
dd 400001C2 00000063 00000000 FFFFFFFF // Roped Oil Pot
dd 400001CC 00000063 00000000 FFFFFFFF // Roped Magic Pot
dd 400001D6 00000063 00000000 FFFFFFFF // Roped Fly Pot
dd 400001E0 00000063 00000000 FFFFFFFF // Roped Freezing Pot
//dd 400001E0 00000063 00000000 FFFFFFFF // Roped Freezing Pot
dd 400001EA 00000063 00000000 FFFFFFFF // Roped Volcano Pot
dd 400001FE 00000063 00000000 FFFFFFFF // Roped Holy Water Pot
dd 40000258 00000063 00000000 FFFFFFFF // Volcano Pot
Expand Down Expand Up @@ -95705,7 +95705,6 @@ if not syntaxcheck then disableMemrec(memrec) end
400001C2:Roped Oil Pot
400001CC:Roped Magic Pot
400001D6:Roped Fly Pot
400001E0:Roped Freezing Pot
400001EA:Roped Volcano Pot
400001FE:Roped Holy Water Pot
40000258:Volcano Pot
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ Our community, make sure to read the rules carefully
This table is not meant to be used online and you will most likely be banned if you attempt to do so.

## Latest Release
Table: [v0.5.0](https://github.com/inunorii/Elden-Ring-CT-TGA/releases/latest)
Table: [v0.5.2](https://github.com/inunorii/Elden-Ring-CT-TGA/releases/latest)
Cheat Engine: [7.4 or newer](https://github.com/cheat-engine/cheat-engine/releases)
Game: App ver. 1.04

## Changelog
### v0.5.2 04/21/2022
- Removed Roped Freezing Pot
### v0.5.1 04/21/2022
- Removed Miranda's Prayer
- Fixed ItemGib reading Player ReinforceLv as int instead of byte
### v0.5.0 04/20/2022
- Updated AOBs for v1.04
- Missing items fixed, cut content stripped
Expand All @@ -36,9 +41,6 @@ Game: App ver. 1.04
- MassItemGib crashes hopefully resolved
- Removed Miranda's Prayer
- Fixed ItemGib reading Player ReinforceLv as int instead of byte
### v0.5.1 04/21/2022
- Removed Miranda's Prayer
- Fixed ItemGib reading Player ReinforceLv as int instead of byte
#### For previous changelogs check the [full changelog](/CHANGELOG.md)

## Credits
Expand Down

0 comments on commit b6f25ba

Please sign in to comment.