mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 19:25:40 -05:00
Update EncounterSlot8GO.cs
This commit is contained in:
@@ -112,7 +112,7 @@ public static class PogoTypeExtensions
|
||||
PogoType.Egg => b == Ball.Poke,
|
||||
PogoType.Raid15 => b == Ball.Premier,
|
||||
PogoType.Raid20 => b == Ball.Premier,
|
||||
_ => b != Ball.Premier,
|
||||
_ => (uint)(b - 2) <= 2, // Poke, Great, Ultra
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user