mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 15:04:05 -05:00
Fix location suggestion
some games don't have location set to the slot, just copy from area closes #1402
This commit is contained in:
@@ -44,8 +44,8 @@ private static EncounterStatic GetSuggestedEncounterWild(EncounterArea area, int
|
||||
var first = slots.First();
|
||||
var encounter = new EncounterStatic
|
||||
{
|
||||
Location = area.Location,
|
||||
Species = first.Species,
|
||||
Location = first.Location,
|
||||
Level = first.LevelMin,
|
||||
};
|
||||
if (loc != -1) // forced location
|
||||
|
||||
Reference in New Issue
Block a user