mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 05:52:17 +02:00
Fixed form names not working in starter select (#3139)
This commit is contained in:
parent
29a5dd0068
commit
2d51fc5394
@ -2621,7 +2621,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
||||
}) as StarterMoveset;
|
||||
|
||||
const speciesForm = getPokemonSpeciesForm(species.speciesId, formIndex);
|
||||
const formText = Utils.capitalizeString(species?.forms[formIndex]?.formKey, "_", false, false);
|
||||
const formText = Utils.capitalizeString(species?.forms[formIndex]?.formKey, "-", false, false);
|
||||
|
||||
const speciesName = Utils.capitalizeString(Species[species.speciesId], "_", true, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user