Skip to content

Commit

Permalink
even more
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jul 8, 2024
1 parent 34435df commit 49042a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pokemonred_puffer/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ def reset(self, seed: Optional[int] = None, options: Optional[dict[str, Any]] =
)
# A bit of duplicate code. Blah.
self.events = EventFlags(self.pyboy)
self.missables = MissableFlags(self.pyboy)
self.wd728 = Wd728Flags(self.pyboy)
self.party = PartyMons(self.pyboy)
self.required_events = self.get_required_events()
self.seen_pokemon = np.zeros(152, dtype=np.uint8)
self.caught_pokemon = np.zeros(152, dtype=np.uint8)
Expand Down

0 comments on commit 49042a4

Please sign in to comment.