summaryrefslogtreecommitdiff
path: root/src/battle_anim_normal.c
AgeCommit message (Collapse)Author
2021-11-08Finish battle_anim_mons docGriffinR
2021-09-24Document some single-remaining symbolsGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-13Label misc unused move animsGriffinR
2021-02-28Document more battle anim effectsMarcus Huderle
2021-01-19Remove unused local variables and functionsGriffinR
2020-02-25Rename battle anim type files, remove unneeded ARG_RET_IDsGriffinR