pokemon-reverse-engineering.../pokemontools/cry_names.py
2013-11-08 22:49:47 -05:00

5 lines
65 B
Python

# coding: utf-8
cry_names = ['%.2X' % x for x in xrange(0x44)]