Additional Greninja Fix by @egzonqj

This commit is contained in:
ReignOfComputer 2017-02-03 09:50:58 +08:00
parent 04dcb11b54
commit a9c32de521

View file

@ -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";