Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Aug 28, 2024
1 parent e982ccb commit 10f25ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemonred_puffer/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ def next_elevator_floor(self):
self.pyboy.tick(self.action_freq, render=self.animate_scripts)

def insert_guard_drinks(self):
if not self.wd728.get_bit("GAVE_SAFFRON_GUARD_DRINK") and self.wd728.MapIds(
if not self.wd728.get_bit("GAVE_SAFFRON_GUARD_DRINK") and MapIds(
self.read_m("wCurMap")
) in [
MapIds.CELADON_MART_1F,
Expand Down

0 comments on commit 10f25ff

Please sign in to comment.