mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-22 02:04:08 -05:00
fix line continuation syntax error
original-commit-id: 7641b53a6a1e945aeade2958295bb0f5fd84fad5
This commit is contained in:
@@ -225,7 +225,7 @@ def map_name_cleaner(input):
|
||||
replace(".", "").\
|
||||
replace("Pokémon Center", "PokeCenter").\
|
||||
replace("é", "e").\
|
||||
replace("-", "")
|
||||
replace("-", "").\
|
||||
replace(" ", "")
|
||||
|
||||
class RomStr(str):
|
||||
|
||||
Reference in New Issue
Block a user