mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 10:42:25 +02:00
Fixed position of pokemonFormText
This commit is contained in:
parent
58d9c59fcd
commit
be41b1b988
@ -2264,7 +2264,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
|
|||||||
// Form text
|
// Form text
|
||||||
if (isFormCaught || isFormSeen) {
|
if (isFormCaught || isFormSeen) {
|
||||||
this.pokemonFormText.setVisible(true);
|
this.pokemonFormText.setVisible(true);
|
||||||
if (isFormSeen) {
|
if (!isFormCaught) {
|
||||||
this.pokemonFormText.setY(18);
|
this.pokemonFormText.setY(18);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user