mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
parent
d3f7e7bf07
commit
e9b9141eda
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ namespace PKHeX.Core
|
|||
set => BitConverter.GetBytes(value).CopyTo(Data, 0x60);
|
||||
}
|
||||
|
||||
public ulong BottonOrDress
|
||||
public ulong BottomOrDress
|
||||
{
|
||||
get => BitConverter.ToUInt64(Data, 0x68);
|
||||
set => BitConverter.GetBytes(value).CopyTo(Data, 0x68);
|
||||
|
|
Loading…
Reference in a new issue