diff --git a/extras/crystal.py b/extras/crystal.py index 881e99669..1e836ac9a 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -224,6 +224,8 @@ def map_name_cleaner(input): replace(",", "").\ replace(".", "").\ replace("Pokémon Center", "PokeCenter").\ + replace("é", "e").\ + replace("-", "") replace(" ", "") class RomStr(str):