mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
Show internal affixed seal enum name for tostring
This commit is contained in:
parent
2bc9ff9073
commit
6fb1634a2f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ namespace PKHeX.Core
|
|||
private readonly int Offset;
|
||||
private readonly byte[] Data;
|
||||
|
||||
public override string ToString() => $"{SealID}-({X},{Y},{Z})";
|
||||
public override string ToString() => $"{(Seal8b)SealID}-({X},{Y},{Z})";
|
||||
|
||||
public AffixSealData8b(byte[] data, int offset)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue