mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-23 18:54:09 -05:00
battle_animations: docstring for battle_anim_label
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user