mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08: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("é", "e").\
|
||||
replace("-", "").\
|
||||
replace("Hooh", "HoOh").\
|
||||
replace("hooh", "HoOh").\
|
||||
replace(" ", "")
|
||||
|
||||
class RomStr(str):
|
||||
|
Loading…
x
Reference in New Issue
Block a user