Fixed position of pokemonFormText

This commit is contained in:
Wlowscha 2025-02-08 23:06:36 +01:00
parent 58d9c59fcd
commit be41b1b988
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -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 {