shithub: pokecrystal

Download patch

ref: 377a212322a47c7117163010d7a1648131400afe
parent: ba72006077d276c85ed4c1e20d9a1f8610b566ed
author: Bryan Bishop <[email protected]>
date: Sun May 20 21:31:26 EDT 2012

improvements to map_name_cleaner

--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -224,6 +224,8 @@
                  replace(",", "").\
                  replace(".", "").\
                  replace("Pokémon Center", "PokeCenter").\
+                 replace("é", "e").\
+                 replace("-", "")
                  replace(" ", "")
 
 class RomStr(str):