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/crystal.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/crystal.py')
-rw-r--r-- | pokemontools/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index f663a87..7cfab85 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -2460,7 +2460,7 @@ music_commands = { 0xDC: ["intensity", ["intensity", SingleByteParam]], 0xDD: ["soundinput", ["input", SingleByteParam]], 0xDE: ["unknownmusic0xde", ["unknown", SingleByteParam]], - 0xDF: ["unknownmusic0xdf"], + 0xDF: ["togglesfx"], 0xE0: ["unknownmusic0xe0", ["unknown", SingleByteParam], ["unknown", SingleByteParam]], 0xE1: ["vibrato", ["delay", SingleByteParam], ["extent", SingleByteParam]], 0xE2: ["unknownmusic0xe2", ["unknown", SingleByteParam]], |