diff --git a/main.py b/main.py index f07b8b2..6b42faa 100755 --- a/main.py +++ b/main.py @@ -185,6 +185,10 @@ class LogParser: def _reset(self): self.turn = 0 self.players.clear() + self.hp.clear() + self.last_move = None + self.last_env_set.clear() + self.last_status_set.clear() def _log_appearance(self, name: TaggedPokemon, specie: str):