mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 14:52:19 +02:00
Evolutions show up as seen after catching
This commit is contained in:
parent
56ef489a7b
commit
bdf6dede04
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user