summaryrefslogtreecommitdiff
path: root/include/constants/item_effects.h
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-02-12Document PokemonUseItemEffectsGriffinR
2021-02-12Added constant labels for EV manipulating item effectsLOuroboros
2020-10-05Add ITEM6_HEAL constants, change move flags to shiftsGriffinR
2019-12-21Document item_use.cGriffinR
2019-04-16Document pokemon item effectsDizzyEggg