mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 23:27:03 -05:00
5 lines
65 B
Python
5 lines
65 B
Python
# coding: utf-8
|
|
|
|
cry_names = ['%.2X' % x for x in xrange(0x44)]
|
|
|