update tz and game name//password offsets

This commit is contained in:
guiyomu-dev
2025-12-11 12:21:02 +01:00
parent 630643dffa
commit 3492085ecb
2 changed files with 3 additions and 5 deletions

View File

@@ -437,11 +437,11 @@ func (gd *GameReader) IsDismissableModalPresent() (bool, string) {
}
func (gd *GameReader) LastGameName() string {
return gd.ReadStringFromMemory(gd.moduleBaseAddressPtr+0x2A4C900, 0)
return gd.ReadStringFromMemory(gd.moduleBaseAddressPtr+0x25113A8, 0)
}
func (gd *GameReader) LastGamePass() string {
return gd.ReadStringFromMemory(gd.moduleBaseAddressPtr+0x2A4C958, 0)
return gd.ReadStringFromMemory(gd.moduleBaseAddressPtr+0x2511408, 0)
}
func (gd *GameReader) FPS() int {