battle_animations: docstring for battle_anim_label

This commit is contained in:
yenatch 2013-12-25 06:52:55 -05:00
parent 906472a8f1
commit d983b8a02a

View File

@ -254,6 +254,9 @@ class BattleAnim:
def battle_anim_label(i):
"""
Return a label matching the name of a battle animation by id.
"""
if i in anims.keys():
base_label = 'BattleAnim_%s' % anims[i].title().replace('_','')
else: