diff options
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 4a14b1cb9..310a50172 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -225,7 +225,7 @@ def map_name_cleaner(input): replace(".", "").\ replace("Pokémon Center", "PokeCenter").\ replace("é", "e").\ - replace("-", "") + replace("-", "").\ replace(" ", "") class RomStr(str): |