From 8263cb5439f6cc3b6e924a9b6827d95830d77417 Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:56:58 -0400 Subject: [PATCH] Add required rock tunnel trainers --- pokemonred_puffer/data/events.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pokemonred_puffer/data/events.py b/pokemonred_puffer/data/events.py index 4e04bcc..c4e1a3f 100644 --- a/pokemonred_puffer/data/events.py +++ b/pokemonred_puffer/data/events.py @@ -2662,4 +2662,10 @@ def get_event(self, event_name: str) -> bool: "EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_1", # lass at the end of rock tunnel "EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_5", + # Rock tunnel super nerd + "EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_3", + # second rock tunnel super nerd + "EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_7", + # required rock tunnel trainer + "EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_5", }