ZA: Unban Dream Ball, Chesnaughtite

This commit is contained in:
sora10pls 2025-11-26 08:59:43 -05:00
parent 85cf53fe8e
commit c4ca51dbcd
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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
}