mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-25 19:00:04 -05:00
cry_names: zfill(2)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# coding: utf-8
|
||||
|
||||
cry_names = ['%X' % x for x in xrange(0x44)]
|
||||
cry_names = ['%.2X' % x for x in xrange(0x44)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user