Evolutions show up as seen after catching

This commit is contained in:
Wlowscha 2025-03-29 00:41:31 +01:00
parent 56ef489a7b
commit bdf6dede04
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -2312,7 +2312,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
} }
} }
if (species && (this.speciesStarterDexEntry?.seenAttr || this.isCaught())) { if (species && (this.isSeen() || this.isCaught())) {
this.pokemonNumberText.setText(padInt(species.speciesId, 4)); this.pokemonNumberText.setText(padInt(species.speciesId, 4));
if (this.isCaught()) { if (this.isCaught()) {