summaryrefslogtreecommitdiff
path: root/src/battle_anim_ground.c
AgeCommit message (Collapse)Author
2021-11-08Add missing BATTLER_COORD usageGriffinR
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-15More usage of DISPLAY constantsGriffinR
2021-02-28Document more battle anim effectsMarcus Huderle
2021-02-24Use SPRITE_NONE constantGriffinR
2020-02-25Rename battle anim type files, remove unneeded ARG_RET_IDsGriffinR