Minor form name fix
This commit is contained in:
parent
d4370c0b4a
commit
7e0bc08772
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
|
@ -346,7 +346,7 @@ export default class PokemonSpecies extends PokemonSpeciesForm {
|
|||
return `${form.formName} ${this.name}`;
|
||||
case SpeciesFormKey.MEGA_X:
|
||||
return `Mega ${this.name} X`;
|
||||
case SpeciesFormKey.MEGA_X:
|
||||
case SpeciesFormKey.MEGA_Y:
|
||||
return `Mega ${this.name} Y`;
|
||||
default:
|
||||
if (form.formKey.indexOf(SpeciesFormKey.GIGANTAMAX) > -1)
|
||||
|
|
Loading…
Reference in New Issue