You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
at least try to keep HoOh in tact in label names
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user