mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-25 01:32:21 +02:00
Correctly displaying form names
This commit is contained in:
parent
f087162eeb
commit
112a765b00
@ -1949,7 +1949,7 @@ export default class PokedexUiHandler extends MessageUiHandler {
|
||||
}
|
||||
|
||||
if (isFormCaught || isFormSeen || globalScene.dexForDevs) {
|
||||
this.pokemonFormText.setText("Form Text");
|
||||
this.pokemonFormText.setText(species.getFormNameToDisplay(formIndex, false));
|
||||
} else {
|
||||
this.pokemonFormText.setText("");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user