diff options
author | yenatch <yenatch@gmail.com> | 2013-11-07 02:11:00 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-07 02:11:00 -0500 |
commit | 6b434d223046af3cb93cc23a34c96aaace38ba35 (patch) | |
tree | 22be55e139a1df7998316577c5c22aaaf2d5e59b /pokemontools/cry_names.py | |
parent | a9aae368887caac706def81f0b991c7e778ad341 (diff) |
oops forgot the cries
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..bee335f --- /dev/null +++ b/pokemontools/cry_names.py @@ -0,0 +1,4 @@ +# coding: utf-8 + +cry_names = ['%X' % x for x in xrange(0x44)] + |