mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-10 22:25:21 -05: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:
@@ -90,6 +90,10 @@ private IEnumerable<EncounterSlot> GetBoostedMatches(IReadOnlyList<EvoCriteria>
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user