update addresses

This commit is contained in:
Héctor Giménez
2024-12-07 03:14:59 +09:00
parent 2270b7c621
commit bd7e8656b8
2 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+0x1DFA914, 0x500)
blobSkills := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x21E29B0, 0x500)
blob := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x1DFFAF4, 0x500)
blobSkills := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x2228030, 0x500)
skillsKB := [16]data.SkillBinding{}
for i := 0; i < 7; i++ {