mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
at least try to keep HoOh in tact in label names
This commit is contained in:
parent
7641b53a6a
commit
e517b30a14
@ -226,6 +226,8 @@ def map_name_cleaner(input):
|
|||||||
replace("Pokémon Center", "PokeCenter").\
|
replace("Pokémon Center", "PokeCenter").\
|
||||||
replace("é", "e").\
|
replace("é", "e").\
|
||||||
replace("-", "").\
|
replace("-", "").\
|
||||||
|
replace("Hooh", "HoOh").\
|
||||||
|
replace("hooh", "HoOh").\
|
||||||
replace(" ", "")
|
replace(" ", "")
|
||||||
|
|
||||||
class RomStr(str):
|
class RomStr(str):
|
||||||
|
Loading…
Reference in New Issue
Block a user