From b70447246dd8ed005ab7147c434ad0dc415d465d Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 21 Nov 2024 16:02:10 +0000 Subject: [PATCH] - Remove some form restrictions as they aren't listed as default forms --- utility/data.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utility/data.py b/utility/data.py index eacc02a..542ecd0 100644 --- a/utility/data.py +++ b/utility/data.py @@ -371,10 +371,10 @@ default_pokemon_forms = { "Urshifu": "Single Strike Style", "Squawkabilly": "Green Plumage", "Dudunsparce": "Two-Segment Form", - "Poltchageist": "Counterfeit Form", - "Sinistcha": "Unremarkable Form", - "Sinistea": "Antique Form", - "Polteageist": "Phony Form", + #"Poltchageist": "Counterfeit Form", + #"Sinistcha": "Unremarkable Form", + #"Sinistea": "Antique Form", + #"Polteageist": "Phony Form", "Gimmighoul": "Chest Form" }