From 2522daf0ca5c8860c3e5b7bb53638a729694c0c9 Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:50:02 -0400 Subject: [PATCH] Add missing bill event to required events --- pokemonred_puffer/data/events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pokemonred_puffer/data/events.py b/pokemonred_puffer/data/events.py index 4a9bae5..81fea51 100644 --- a/pokemonred_puffer/data/events.py +++ b/pokemonred_puffer/data/events.py @@ -2632,6 +2632,7 @@ def get_event(self, event_name: str) -> bool: "EVENT_PASSED_MARSHBADGE_CHECK", "EVENT_PASSED_VOLCANOBADGE_CHECK", "EVENT_PASSED_EARTHBADGE_CHECK", + "EVENT_MET_BILL", "EVENT_USED_CELL_SEPARATOR_ON_BILL", "EVENT_GOT_SS_TICKET", "EVENT_MET_BILL_2",