ref: e517b30a14e39f60b0f98c2c7184771245aa2465
parent: 7641b53a6a1e945aeade2958295bb0f5fd84fad5
author: Bryan Bishop <[email protected]>
date: Sun May 20 21:38:11 EDT 2012
at least try to keep HoOh in tact in label names
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -226,6 +226,8 @@
replace("Pokémon Center", "PokeCenter").\
replace("é", "e").\
replace("-", "").\
+ replace("Hooh", "HoOh").\
+ replace("hooh", "HoOh").\
replace(" ", "")
class RomStr(str):