summaryrefslogtreecommitdiff
path: root/battle/anim_commands.asm
AgeCommit message (Collapse)Author
2014-07-19Remove generated "jump sources" comments.yenatch
2014-07-18Name cry functions in home.asm.yenatch
2014-07-18Rename the internal PlayCry function to _PlayCryHeader.yenatch
2014-07-18Cry "echo" is actually the upper byte of pitch (now a word).yenatch
2014-06-18Residual damage, battle text labels, pic predefs.yenatch
2014-06-16Use a predef macro that takes labels instead of juggling constants.yenatch
Besides making predefs convenient, naming a predef no longer requires adding or renaming a predef constant. This also lets predefs be rearranged at will.
2014-05-05Add an unused function in battle animation commands.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2014-01-05even more battle labelsyenatch
2013-12-17split out battle animation asm (bg effects, objects, commands)yenatch