summaryrefslogtreecommitdiff
path: root/battle/effects/protect.asm
AgeCommit message (Collapse)Author
2015-06-23Remove trailing newlines.IIMarckus
2014-06-14Rename _GetBattleVar -> GetBattleVarAddr.yenatch
Functions prefixed with _ imply they're private. The real purpose of this function is to use an address, rather than saving a few cycles on push/pop.
2014-01-01comment and relabel more battle functionsyenatch
2013-12-31rename Function0x{} labels to Function{} for consistencyyenatch
2013-10-11fix labels for and rename GetBattleVarPair to GetBattleVaryenatch
2013-09-09split protect and endure effects into battle/effects/yenatch