Minor form name fix

pull/16/head
Madmadness65 2024-02-15 00:50:04 -06:00
parent d4370c0b4a
commit 7e0bc08772
3 changed files with 1722 additions and 1 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -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)