diff options
author | yenatch <yenatch@gmail.com> | 2013-11-07 00:27:22 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-07 00:27:22 -0500 |
commit | d88513d2cdf8cfa0569b713401c4ff2474895f3f (patch) | |
tree | e7beca2d987f8cd10753c7941e02d8e455253ef9 | |
parent | da7b863b8e20d5d8da07d9eb44e0fd4f5f0848d0 (diff) |
dont use ambiguous characters in sfx_names
-rw-r--r-- | pokemontools/sfx_names.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/sfx_names.py b/pokemontools/sfx_names.py index f2d6408..f7da967 100644 --- a/pokemontools/sfx_names.py +++ b/pokemontools/sfx_names.py @@ -148,7 +148,7 @@ sfx_names = [ 'LevelUp', 'KeyItem', 'Fanfare2', - 'RegisterPhone#', + 'RegisterPhoneNumber', '3RdPlace', 'GetEggFromDaycareMan', 'GetEggFromDaycareLady', |