From 342d3fcaf54d5e5433c7093f096870dc8a265075 Mon Sep 17 00:00:00 2001 From: tomvita <68505331+tomvita@users.noreply.github.com> Date: Thu, 23 Jul 2020 19:09:39 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0eae224..ff3f195d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This fork is based on the solid foundation of EdiZon. The changes made are on the game memory hack aspect. I have added bookmark functionality, completed the range search feature and enhanced the speed to enable search for small value which generates lots of hits. -Bookmark automatically adjust relative to main and heap so static location relative to main and heap will continue to work for different game run. You can also extract the memory location pointed by cheat code to bookmark to explore/edit the ram around there. +Bookmark automatically adjust relative to main and heap so static location relative to main and heap will continue to work for different game run. You can also extract the memory location pointed by cheat code to bookmark to explore/edit the ram around there. Able to rebase first offset of cheat code for game version change that only affects the first offset. Work in progress : Pointer search so more location can preserve over different game run and stage change in game.