Small Update (#34)

- Updated Hover Pattern
- Updated Selected Character offset
This commit is contained in:
Arto Simonyan
2024-08-21 08:16:51 +03:00
committed by GitHub
parent 444b52f562
commit 6bd1cd033f
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ func (gd *GameReader) InCharacterSelectionScreen() bool {
}
func (gd *GameReader) GetSelectedCharacterName() string {
return gd.Process.ReadStringFromMemory(gd.Process.moduleBaseAddressPtr+0x2135F74, 0)
return gd.Process.ReadStringFromMemory(gd.Process.moduleBaseAddressPtr+0x2A01A50, 0)
}
func (gd *GameReader) LegacyGraphics() bool {