summaryrefslogtreecommitdiff
path: root/src/battle_anim_flying.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-04-13Label misc unused move animsGriffinR
2021-04-11Label unused move animsGriffinR
2021-02-27Document some battle anim funcs and dataMarcus Huderle
2021-01-19Remove unused local variables and functionsGriffinR
2020-11-02address commentsKurausukun
2020-10-21re-match battle_anim_flying functions (from #1126)Kurausukun
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Create Macros and refactorPokeCodec
2020-08-12removed stray linePokeCodec
2020-08-10cleanupPokeCodec
2020-08-10Remove fakematchPokeCodec
2020-02-25Rename battle anim type files, remove unneeded ARG_RET_IDsGriffinR