mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-28 13:14:10 -05:00
at least try to keep HoOh in tact in label names
original-commit-id: e517b30a14e39f60b0f98c2c7184771245aa2465
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user