fixes unsynced pokedex issue

This commit is contained in:
infinitefusion
2024-12-22 12:17:17 -05:00
parent f6f85fab1b
commit 92818790b9
3 changed files with 2 additions and 1 deletions

View File

@@ -634,7 +634,6 @@ class PokeBattle_Battle
def pbSetSeen(battler)
return if !battler || !@internalBattle
pbPlayer.pokedex.try_resync_pokedex()
pbPlayer.pokedex.register(battler.displaySpecies,battler.displayGender,battler.displayForm)
end