diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-02-06 19:03:21 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-02-06 19:03:21 -0600 |
commit | 6e6028ae3e1b03be66f3ea083e6c1d33a20f1f98 (patch) | |
tree | 7f968e98ec55a6d81a4036f509dfa3a477d08d5f /pokemontools/sfx_names.py | |
parent | 31ec935141d1acac3301c19a8b169ec195b8ae24 (diff) | |
parent | 8b72eedc2cee810fe008fd02b80cd9bc762874af (diff) |
Merge pull request #66 from yenatch/noise
Dump and format all types of sound data correctly.
Diffstat (limited to 'pokemontools/sfx_names.py')
-rw-r--r-- | pokemontools/sfx_names.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pokemontools/sfx_names.py b/pokemontools/sfx_names.py index f7da967..18bda53 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', @@ -204,7 +204,7 @@ sfx_names = [ 'IntroSuicune4', 'GameFreakPresents', 'Tingle', - 'UnknownCb', + 'UnknownCB', 'TwoPcBeeps', '4NoteDitty', 'Twinkle', |