mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Fix alcremie form list, use toxtricity0 amped
https://projectpokemon.org/home/forums/topic/55410-alcreamie-mismatches/
This commit is contained in:
parent
ab25038b58
commit
dfcd93bfff
9 changed files with 6 additions and 5 deletions
|
@ -546,7 +546,7 @@ namespace PKHeX.Core
|
||||||
case Toxtricity:
|
case Toxtricity:
|
||||||
return new[]
|
return new[]
|
||||||
{
|
{
|
||||||
types[0], // Normal
|
forms[(int)Toxtricity], // Amped
|
||||||
forms[LowKey],
|
forms[LowKey],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -568,6 +568,7 @@ namespace PKHeX.Core
|
||||||
case Alcremie:
|
case Alcremie:
|
||||||
return new[]
|
return new[]
|
||||||
{
|
{
|
||||||
|
forms[(int)Alcremie], // Vanilla Cream
|
||||||
forms[RubyCream],
|
forms[RubyCream],
|
||||||
forms[MatchaCream],
|
forms[MatchaCream],
|
||||||
forms[MintCream],
|
forms[MintCream],
|
||||||
|
|
|
@ -847,6 +847,7 @@ Mega
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Hoch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -866,8 +867,7 @@ Mega
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Vanille-Creme
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Mega
|
Mega
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -847,6 +847,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ハイなすがた
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -866,8 +867,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
ミルキィバニラ
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
メガハガネール
|
メガハガネール
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue