Skip to content

Commit

Permalink
fix required events
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 26, 2024
1 parent 3cc3b2e commit e97560d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pokemonred_puffer/data/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ def get_event(self, event_name: str) -> bool:
"EVENT_BEAT_ROUTE12_SNORLAX",
"EVENT_FIGHT_ROUTE16_SNORLAX",
"EVENT_BEAT_ROUTE16_SNORLAX",
"EVENT_GOT_HM02",
# "EVENT_GOT_HM02",
"EVENT_RESCUED_MR_FUJI",
"EVENT_2ND_ROUTE22_RIVAL_BATTLE",
"EVENT_BEAT_ROUTE22_RIVAL_2ND_BATTLE",
Expand All @@ -2647,8 +2647,7 @@ def get_event(self, event_name: str) -> bool:
"EVENT_BEAT_ROCKET_HIDEOUT_GIOVANNI",
"EVENT_BEAT_SILPH_CO_RIVAL",
"EVENT_BEAT_SILPH_CO_GIOVANNI",
# "EVENT_GOT_HM03"
"EVENT_BEAT_LORELEIS_ROOM_TRAINER_0",
"EVENT_GOT_HM03" "EVENT_BEAT_LORELEIS_ROOM_TRAINER_0",
"EVENT_BEAT_BRUNOS_ROOM_TRAINER_0",
"EVENT_BEAT_AGATHAS_ROOM_TRAINER_0",
"EVENT_BEAT_LANCE",
Expand Down

0 comments on commit e97560d

Please sign in to comment.