mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 23:57:12 -05:00
Fixed error getting Z coordinate (#3567)
This commit is contained in:
parent
b900361ad3
commit
5f3516c3ce
|
|
@ -31,7 +31,7 @@ public float X
|
|||
|
||||
public float Z
|
||||
{
|
||||
get => ReadSingleLittleEndian(Data.AsSpan(Offset + 0x14));
|
||||
get => ReadSingleLittleEndian(Data.AsSpan(Offset + 0x14)) / 18;
|
||||
set
|
||||
{
|
||||
var span = Data.AsSpan(Offset + 0x14);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user