Skip to content

Commit

Permalink
neater
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 1, 2024
1 parent 90422fe commit 3171d2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pokemonred_puffer/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,7 @@ def run_action_on_emulator(self, action):
if self.read_bit(0xD803, 0):
if not self.check_if_party_has_cut():
self.teach_cut_to_bulba()
self.cut_if_next()
else:
self.cut_if_next()
self.cut_if_next()

def teach_cut_to_bulba(self):
# find bulba and replace tackle (first skill) with cut
Expand Down

0 comments on commit 3171d2a

Please sign in to comment.