mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 13:58:33 +00:00
Add egg hatch suggestion for b2w2
This commit is contained in:
parent
a401db608e
commit
9d0b153eab
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ namespace PKHeX.Core
|
|||
|
||||
case GameVersion.B:
|
||||
case GameVersion.W:
|
||||
case GameVersion.B2:
|
||||
case GameVersion.W2:
|
||||
return 16; // Route 3
|
||||
|
||||
case GameVersion.X:
|
||||
|
|
Loading…
Add table
Reference in a new issue