mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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("Pokémon Center", "PokeCenter").\
|
||||
replace("é", "e").\
|
||||
replace("-", "")
|
||||
replace("-", "").\
|
||||
replace(" ", "")
|
||||
|
||||
class RomStr(str):
|
||||
|
Loading…
Reference in New Issue
Block a user