mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Label SV Surprise Trade storage block
This commit is contained in:
parent
10c5adadb8
commit
da83f1005a
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ public sealed class SaveBlockAccessor9SV : SCBlockAccessor, ISaveBlock9Main
|
||||||
public const uint KFusedNecrozmaS = 0x203FF693;
|
public const uint KFusedNecrozmaS = 0x203FF693;
|
||||||
public const uint KFusedNecrozmaM = 0x5369FC39;
|
public const uint KFusedNecrozmaM = 0x5369FC39;
|
||||||
public const uint KFusedCalyrex = 0x916BCA9E;
|
public const uint KFusedCalyrex = 0x916BCA9E;
|
||||||
|
public const uint KSurpriseTrade = 0xB2FDF384;
|
||||||
private const uint KZukan = 0x0DEAAEBD;
|
private const uint KZukan = 0x0DEAAEBD;
|
||||||
private const uint KZukanT1 = 0xF5D7C0E2;
|
private const uint KZukanT1 = 0xF5D7C0E2;
|
||||||
private const uint KMysteryGift = 0x99E1625E;
|
private const uint KMysteryGift = 0x99E1625E;
|
||||||
|
|
Loading…
Reference in a new issue