mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
ZA: Unban Dream Ball, Chesnaughtite
This commit is contained in:
parent
85cf53fe8e
commit
c4ca51dbcd
|
|
@ -97,16 +97,12 @@ public sealed class ItemStorage9ZA : IItemStorage
|
|||
|
||||
public static ReadOnlySpan<ushort> Unreleased =>
|
||||
[
|
||||
0005, // Safari Ball
|
||||
0005, // Safari Ball (Season 3 Ranked Reward)
|
||||
|
||||
0662, // Mewtwonite X
|
||||
0663, // Mewtwonite Y
|
||||
|
||||
0576, // Dream Ball (Season 2 Ranked Reward)
|
||||
|
||||
0851, // Beast Ball
|
||||
|
||||
2575, // Chesnaughtite
|
||||
];
|
||||
|
||||
public int GetMax(InventoryType type) => type switch
|
||||
|
|
|
|||
|
|
@ -96,5 +96,5 @@ public static bool IsBallPermitted(ulong permit, byte ball)
|
|||
public const ulong WildPokeballs9 = WildPokeballs8;
|
||||
public const ulong WildPokeballs9PreDLC2 = WildPokeballs7 | WildPokeEnhance5; // Same as Gen7 + Dream
|
||||
|
||||
public const ulong WildPokeballs9a = WildPokeBalls4_HGSS | (1 << (int)Sport); // no Safari, Dream, Beast
|
||||
public const ulong WildPokeballs9a = WildPokeBalls4_HGSS | (1 << (int)Sport) | (1 << (int)Dream); // no Safari/Beast
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user