mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
parent
068f6e2f5f
commit
ca48b4e617
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ namespace PKHeX.Core
|
|||
|
||||
public string OT_Nick
|
||||
{
|
||||
get => SAV.GetString(Offset + 0x62, SAV6.ShortStringLength / 2);
|
||||
set => SAV.SetData(SAV.SetString(value, SAV6.ShortStringLength / 2), Offset + 0x62);
|
||||
get => SAV.GetString(Offset + 0x62, SAV6.ShortStringLength);
|
||||
set => SAV.SetData(SAV.SetString(value, 12), Offset + 0x62);
|
||||
}
|
||||
|
||||
public short EyeColor
|
||||
|
|
Loading…
Add table
Reference in a new issue