summaryrefslogtreecommitdiff
path: root/src/battle_anim_throw.c
AgeCommit message (Collapse)Author
2021-10-02Document remaining symbols in pokemon.cGriffinR
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-06-18Replace hardcoded number in MakeCaptureStars.ultima-soul
2021-04-25Document battler sprite affine anims, default pokeball throwGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-03-29Add MON_PIC_SIZE constantGriffinR
2021-02-28Document more battle anim effectsMarcus Huderle
2021-02-27Document some battle anim funcs and dataMarcus Huderle
2021-01-19Remove unused local variables and functionsGriffinR
2020-08-30Minor battle_anim_throw cleanupGriffinR
2020-08-30Rename to battle_anim_throwhondew