diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-21 01:38:11 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-21 01:38:11 -0500 |
commit | 0a68c5cadb45b3862c2ceeb3379a618ba4dab070 (patch) | |
tree | 099d8e06fd3089149f7da4e65d348fc53cada881 /crystal.py | |
parent | 49c14800826e402e86d6558fefce4184878bcb8d (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.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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): |