summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index 881e996..1e836ac 100644
--- a/crystal.py
+++ b/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):