diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-14 11:22:31 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-14 11:22:31 -0800 |
commit | 783a4916f330894f4f0eb17adf09ed77e18f664a (patch) | |
tree | 065c5934de6076aaffafdad2bf02c16757dc0bc6 /pokemontools/cry_names.py | |
parent | 4a002c193b2225f9e370bf640b0c547252e42cd1 (diff) | |
parent | f5ad14d634973ff6b340853df8b61bbdf61e0060 (diff) |
Merge pull request #51 from yenatch/master
sound dumps and from_asm() method in preprocessor macros
Diffstat (limited to 'pokemontools/cry_names.py')
-rw-r--r-- | pokemontools/cry_names.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pokemontools/cry_names.py b/pokemontools/cry_names.py new file mode 100644 index 0000000..af08fe1 --- /dev/null +++ b/pokemontools/cry_names.py @@ -0,0 +1,4 @@ +# coding: utf-8 + +cry_names = ['%.2X' % x for x in xrange(0x44)] + |