Fix met suggestion for unsupported games

This commit is contained in:
Kurt 2016-11-27 13:33:00 -08:00
parent a9baa12300
commit 83907842ff

View File

@ -235,6 +235,9 @@ public int[] getSuggestedMoves(bool tm, bool tutor, bool reminder)
public EncounterStatic getSuggestedMetInfo()
{
if (pkm == null)
return null;
if (pkm.WasEgg)
return new EncounterStatic
{