mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
parent
3b2ebbb84f
commit
ea5ca7b2d2
|
|
@ -181,7 +181,7 @@ public static partial class Legal
|
|||
1105, 1106, 1107, 1108,
|
||||
};
|
||||
|
||||
internal static readonly ushort[] HeldItems_SWSH = ArrayUtil.ConcatAll(new ushort[1], Pouch_Items_SWSH, Pouch_Berries_SWSH, Pouch_Medicine_SWSH, TR_SWSH, Pouch_Treasure_SWSH);
|
||||
internal static readonly ushort[] HeldItems_SWSH = ArrayUtil.ConcatAll(new ushort[1], Pouch_Items_SWSH, Pouch_Berries_SWSH, Pouch_Medicine_SWSH, TR_SWSH, Pouch_Treasure_SWSH, Pouch_Ingredients_SWSH);
|
||||
|
||||
internal static readonly HashSet<int> WildPokeballs8 = new HashSet<int> {
|
||||
(int)Ball.Poke,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user