Update LegacyGraphics address for game reader

This commit is contained in:
crazywh1t3
2025-10-16 00:40:12 +03:00
committed by guiyomu-dev
parent e743ebb537
commit b1273ff5d1

View File

@@ -314,7 +314,7 @@ func (gd *GameReader) GetSelectedCharacterName() string {
} }
func (gd *GameReader) LegacyGraphics() bool { func (gd *GameReader) LegacyGraphics() bool {
return gd.ReadUInt(gd.Process.moduleBaseAddressPtr+0x1DE6295, Uint8) != 0 return gd.ReadUInt(gd.Process.moduleBaseAddressPtr+0x22D845F, Uint8) != 0
} }
func (gd *GameReader) IsOnline() bool { func (gd *GameReader) IsOnline() bool {