mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 02:32:21 +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
|
||||
if (isFormCaught || isFormSeen) {
|
||||
this.pokemonFormText.setVisible(true);
|
||||
if (isFormSeen) {
|
||||
if (!isFormCaught) {
|
||||
this.pokemonFormText.setY(18);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user