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", }