From 6afd0dd3f210011002fb6d297c3588a29bf62cdd Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 21 May 2012 01:31:26 -0500 Subject: improvements to map_name_cleaner original-commit-id: 377a212322a47c7117163010d7a1648131400afe --- crystal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crystal.py') 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): -- cgit v1.2.3