mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +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:
|
||||
return new[]
|
||||
{
|
||||
types[0], // Normal
|
||||
forms[(int)Toxtricity], // Amped
|
||||
forms[LowKey],
|
||||
};
|
||||
|
||||
|
@ -568,6 +568,7 @@ namespace PKHeX.Core
|
|||
case Alcremie:
|
||||
return new[]
|
||||
{
|
||||
forms[(int)Alcremie], // Vanilla Cream
|
||||
forms[RubyCream],
|
||||
forms[MatchaCream],
|
||||
forms[MintCream],
|
||||
|
|
|
@ -847,6 +847,7 @@ Mega
|
|||
|
||||
|
||||
|
||||
Hoch
|
||||
|
||||
|
||||
|
||||
|
@ -866,8 +867,7 @@ Mega
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Vanille-Creme
|
||||
|
||||
|
||||
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