Force Poké Ball for all Riolu Eggs

Happiny not affected because Chansey is in the wild.
This commit is contained in:
sora10pls 2021-11-30 16:14:53 -05:00
parent 1bb3255ab1
commit 03c3f4a343

View file

@ -1022,6 +1022,9 @@ namespace PKHeX.Core
// Gen4 Fossils
(int)Cranidos, (int)Shieldon,
// Riolu Egg from Riley
(int)Riolu,
(int)Phione,
};
}