From a985ef18859ed7f5f4fcffa7e87057f1d5ad6bc8 Mon Sep 17 00:00:00 2001 From: Quildra Date: Sun, 20 Oct 2024 21:52:40 +0100 Subject: [PATCH] Stop tracking event pokemon as well, they throw off the planning --- DataGatherers/update_location_information.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataGatherers/update_location_information.py b/DataGatherers/update_location_information.py index 3b0dd5d..9f3de79 100644 --- a/DataGatherers/update_location_information.py +++ b/DataGatherers/update_location_information.py @@ -370,7 +370,8 @@ def process_pokemon_for_location_data(pfic, name, form, national_dex, default_fo "transfer from dream radar", "global link event", "pokémon channel", - "pokémon colosseum bonus disc" + "pokémon colosseum bonus disc", + "event" ] encounter_data = get_locations_from_bulbapedia(name, search_form, cache, default_forms)