Skip to content

Commit

Permalink
Merge pull request #125 from The-Grand-Archives:dev
Browse files Browse the repository at this point in the history
Release v1.16.1
  • Loading branch information
inuNorii authored Oct 3, 2024
2 parents d91f662 + 5cdfb4e commit 427134e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BUILD_ENV
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TABLE_VERSION=1.16.0
GAME_VERSION=1.14.0
TABLE_VERSION=1.16.1
GAME_VERSION=1.15.0
MIN_CE_VERSION=7.4
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
## [Unreleased]

## [v1.16.1] - 2024-10-03
### Changed
- Supported version to v1.15.0
### Fixed
- optional dlc arg isOwnDlc
- "Memorize Spells" npc menu

## [v1.16.0] - 2024-09-11
### Added
- by [Umgak](https://github.com/Umgak):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ if syntaxcheck then return end
[ENABLE]
function isOwnDlc(dlc)
local CsDlc = readPointer("CsDlc")

if dlc == nil then local dlc = 1 end
local dlc = dlc or 1

if readByte(CsDlc + 0x10 + dlc) == 1 then
return true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{$lua}
if syntaxcheck then return end
[ENABLE]
executeEzStateEvent(EzStateEvent.OpenMagicEquip, {})
executeEzStateEvent(EzStateEvent.OpenMagicEquip, {0,0})
disableMemrec(memrec)
[DISABLE]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If it doesn't work, try this [alternative invite](https://discord.gg/2RTW6BFgeX)
### Requirements

Cheat Engine: [7.4](https://github.com/cheat-engine/cheat-engine/releases/7.4)
Game: App ver. 1.14
Game: App ver. 1.15

## How to use

Expand Down

0 comments on commit 427134e

Please sign in to comment.