fixes unsynced pokedex issue

This commit is contained in:
infinitefusion
2024-12-22 12:08:14 -05:00
parent 2ae331fd14
commit f6f85fab1b
2 changed files with 1 additions and 0 deletions

View File

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

Binary file not shown.