mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 08:46:55 +00:00
Minor form name fix
This commit is contained in:
parent
d4370c0b4a
commit
7e0bc08772
1721
public/images/trainer/nate.json
Normal file
1721
public/images/trainer/nate.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/images/trainer/nate.png
Normal file
BIN
public/images/trainer/nate.png
Normal file
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}`;
|
return `${form.formName} ${this.name}`;
|
||||||
case SpeciesFormKey.MEGA_X:
|
case SpeciesFormKey.MEGA_X:
|
||||||
return `Mega ${this.name} X`;
|
return `Mega ${this.name} X`;
|
||||||
case SpeciesFormKey.MEGA_X:
|
case SpeciesFormKey.MEGA_Y:
|
||||||
return `Mega ${this.name} Y`;
|
return `Mega ${this.name} Y`;
|
||||||
default:
|
default:
|
||||||
if (form.formKey.indexOf(SpeciesFormKey.GIGANTAMAX) > -1)
|
if (form.formKey.indexOf(SpeciesFormKey.GIGANTAMAX) > -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user