at least try to keep HoOh in tact in label names

This commit is contained in:
Bryan Bishop 2012-05-21 01:38:11 -05:00
parent 7641b53a6a
commit e517b30a14

View File

@ -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):