mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 07:07:10 -05:00
fix line continuation syntax error
original-commit-id: 7641b53a6a1e945aeade2958295bb0f5fd84fad5
This commit is contained in:
parent
6d5c10b8ad
commit
49c1480082
|
|
@ -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