mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
Force Poké Ball for all Riolu Eggs
Happiny not affected because Chansey is in the wild.
This commit is contained in:
parent
1bb3255ab1
commit
03c3f4a343
1 changed files with 3 additions and 0 deletions
|
@ -1022,6 +1022,9 @@ namespace PKHeX.Core
|
|||
// Gen4 Fossils
|
||||
(int)Cranidos, (int)Shieldon,
|
||||
|
||||
// Riolu Egg from Riley
|
||||
(int)Riolu,
|
||||
|
||||
(int)Phione,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue