diff options
author | yenatch <yenatch@gmail.com> | 2014-02-05 22:31:54 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-05 22:31:54 -0500 |
commit | 5272a1693fc9a597aa2f650b009df4ce2dd13efe (patch) | |
tree | 77fcfc251a421cc22e6f72a0387e4b82915d600c | |
parent | 70cd4f7c00b33a398ed7af071773c06ca335c105 (diff) |
sfx_names: 1St, 2Nd to 1st, 2nd
-rw-r--r-- | pokemontools/sfx_names.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pokemontools/sfx_names.py b/pokemontools/sfx_names.py index f7da967..48587db 100644 --- a/pokemontools/sfx_names.py +++ b/pokemontools/sfx_names.py @@ -153,8 +153,8 @@ sfx_names = [ 'GetEggFromDaycareMan', 'GetEggFromDaycareLady', 'MoveDeleted', - '2NdPlace', - '1StPlace', + '2ndPlace', + '1stPlace', 'ChooseACard', 'GetTm', 'GetBadge', |