summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-21 01:38:11 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-21 01:38:11 -0500
commit0a68c5cadb45b3862c2ceeb3379a618ba4dab070 (patch)
tree099d8e06fd3089149f7da4e65d348fc53cada881 /crystal.py
parent49c14800826e402e86d6558fefce4184878bcb8d (diff)
at least try to keep HoOh in tact in label names
original-commit-id: e517b30a14e39f60b0f98c2c7184771245aa2465
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 310a501..6502fa2 100644
--- a/crystal.py
+++ b/crystal.py
@@ -226,6 +226,8 @@ def map_name_cleaner(input):
replace("Pokémon Center", "PokeCenter").\
replace("é", "e").\
replace("-", "").\
+ replace("Hooh", "HoOh").\
+ replace("hooh", "HoOh").\
replace(" ", "")
class RomStr(str):