mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +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)
|
||||
{
|
||||
case 658: // Greninja
|
||||
if (Ability == 210) Form += "-Ash"; // Battle Bond
|
||||
if (Ability == 210) Form = "Ash"; // Battle Bond
|
||||
break;
|
||||
case 666: // Vivillon
|
||||
if (Form == "Pokeball") Form = "Poké Ball";
|
||||
|
|
Loading…
Reference in a new issue