shithub: pokecrystal

Download patch

ref: 7641b53a6a1e945aeade2958295bb0f5fd84fad5
parent: 9ea35422f8e54811a6ad51c06bb4300c146bc832
author: Bryan Bishop <[email protected]>
date: Sun May 20 21:35:45 EDT 2012

fix line continuation syntax error

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