mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
Handle Route 229 <=> Route 230 crossover case
This commit is contained in:
parent
5b2ad8703c
commit
c05b79b532
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ namespace PKHeX.Core
|
|||
{
|
||||
486 => location is 167, // Route 223 -> Pokémon League
|
||||
167 => location is 486, // Pokémon League -> Route 223
|
||||
420 => location is 489, // Route 229 -> Route 230
|
||||
489 => location is 420, // Route 230 -> Route 229
|
||||
|
||||
// All other crossover surf locations are identical slot lists.
|
||||
_ => false,
|
||||
|
|
Loading…
Reference in a new issue