mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 22:40:22 +00:00
Additional Greninja Fix by @egzonqj
This commit is contained in:
parent
04dcb11b54
commit
a9c32de521
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ namespace PKHeX.Core
|
||||||
switch (Species)
|
switch (Species)
|
||||||
{
|
{
|
||||||
case 658: // Greninja
|
case 658: // Greninja
|
||||||
if (Ability == 210) Form += "-Ash"; // Battle Bond
|
if (Ability == 210) Form = "Ash"; // Battle Bond
|
||||||
break;
|
break;
|
||||||
case 666: // Vivillon
|
case 666: // Vivillon
|
||||||
if (Form == "Pokeball") Form = "Poké Ball";
|
if (Form == "Pokeball") Form = "Poké Ball";
|
||||||
|
|
Loading…
Reference in a new issue