From 0a68c5cadb45b3862c2ceeb3379a618ba4dab070 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 21 May 2012 01:38:11 -0500 Subject: at least try to keep HoOh in tact in label names original-commit-id: e517b30a14e39f60b0f98c2c7184771245aa2465 --- crystal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crystal.py') 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): -- cgit v1.2.3