update couple of addresses

This commit is contained in:
Héctor Giménez
2024-08-21 09:07:43 +09:00
parent 5a01fd3214
commit 444b52f562
3 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ import (
)
func (gd *GameReader) GetKeyBindings() data.KeyBindings {
blob := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x1e0e934, 0x500)
blobSkills := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x21f6a30, 0x500)
blob := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x1DF9494, 0x500)
blobSkills := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x21E29B0, 0x500)
skillsKB := [16]data.SkillBinding{}
for i := 0; i < 7; i++ {