summaryrefslogtreecommitdiff
path: root/src/battle_anim_status_effects.c
AgeCommit message (Collapse)Author
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-24Label more unused battle animsGriffinR
2021-04-13Label misc unused move animsGriffinR
2021-02-28Document more battle anim effectsMarcus Huderle
2020-02-25Clean up move anim docGriffinR
2020-02-25Document move anims S-ZGriffinR
2020-02-25Document move anims I-SGriffinR
2020-02-25Document move anims C-HGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-10-14Document Oamdata in battle_anim (#838)Sewef
2019-04-06Rename battle anim spritesDizzyEggg
2019-03-31Give battle_anim files appropriate namesMarcus Huderle