summaryrefslogtreecommitdiff
path: root/src/battle_anim_water.c
AgeCommit message (Collapse)Author
2021-11-17Merge pull request #1550 from GriffinRichards/doc-pokenavGriffinR
Document Pokénav
2021-11-10Clean up some register constant useGriffinR
2021-11-08Add missing BATTLER_COORD usageGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
2021-10-08Start misc battle documentationGriffinR
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-28Merge pull request #1344 from GriffinRichards/doc-ecGriffinR
Document easy chat and mail, script.c cleanup, add/use some general constants
2021-02-27Document some battle anim funcs and dataMarcus Huderle
2021-02-24Use TASK_NONE constantGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-10-21re-match battle_anim_water functions (from #1136)Kurausukun
2020-10-19re-match CreateWaterPulseRingBubblesKurausukun
2020-10-19re-match RotateAuroraRingColors_StepKurausukun
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-08-13matchingPokeCodec
2020-07-29terminal newlinepi1024e
2020-07-29Match CreateWaterPulseRingBubblesPokeCodec
2020-07-21Match AnimTask_RotateAuroraRingColors_StepPokeCodec
2020-02-25Rename battle anim type files, remove unneeded ARG_RET_IDsGriffinR