mirror of https://github.com/pret/pokecrystal.git
fix line continuation syntax error
This commit is contained in:
parent
9ea35422f8
commit
7641b53a6a
|
@ -225,7 +225,7 @@ def map_name_cleaner(input):
|
||||||
replace(".", "").\
|
replace(".", "").\
|
||||||
replace("Pokémon Center", "PokeCenter").\
|
replace("Pokémon Center", "PokeCenter").\
|
||||||
replace("é", "e").\
|
replace("é", "e").\
|
||||||
replace("-", "")
|
replace("-", "").\
|
||||||
replace(" ", "")
|
replace(" ", "")
|
||||||
|
|
||||||
class RomStr(str):
|
class RomStr(str):
|
||||||
|
|
Loading…
Reference in New Issue