diff options
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): |