mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Add Route 3 -> Motostoke City crossover (#3085)
Not related to the location glitch; whistle to lead Zigzagoon. Co-Authored-By: tehvik <40148574+tehvik@users.noreply.github.com>
This commit is contained in:
parent
7654ce2123
commit
86096201e8
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ namespace PKHeX.Core
|
|||
// Location, and areas that it can feed encounters to.
|
||||
public static readonly IReadOnlyDictionary<int, IReadOnlyList<byte>> ConnectingArea8 = new Dictionary<int, IReadOnlyList<byte>>
|
||||
{
|
||||
// Route 3
|
||||
// City of Motostoke
|
||||
{28, new byte[] {20}},
|
||||
|
||||
// Rolling Fields
|
||||
// Dappled Grove, East Lake Axewell, West Lake Axewell
|
||||
// Also connects to South Lake Miloch but too much of a stretch
|
||||
|
|
Loading…
Reference in a new issue