Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-12 | Document PokemonUseItemEffects | GriffinR | |
2021-02-12 | Added constant labels for EV manipulating item effects | LOuroboros | |
2020-10-05 | Add ITEM6_HEAL constants, change move flags to shifts | GriffinR | |
2019-12-21 | Document item_use.c | GriffinR | |
2019-04-16 | Document pokemon item effects | DizzyEggg | |