mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
improvements to map_name_cleaner
This commit is contained in:
parent
ba72006077
commit
377a212322
@ -224,6 +224,8 @@ def map_name_cleaner(input):
|
||||
replace(",", "").\
|
||||
replace(".", "").\
|
||||
replace("Pokémon Center", "PokeCenter").\
|
||||
replace("é", "e").\
|
||||
replace("-", "")
|
||||
replace(" ", "")
|
||||
|
||||
class RomStr(str):
|
||||
|
Loading…
Reference in New Issue
Block a user