update GetSelectedCharacterName offset

This commit is contained in:
crazywh1t3
2025-12-11 03:33:57 +02:00
committed by guiyomu-dev
parent 4a55faa43f
commit 630643dffa

View File

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