mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
battle_animations: docstring for battle_anim_label
This commit is contained in:
parent
906472a8f1
commit
d983b8a02a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user