summaryrefslogtreecommitdiff
path: root/src/post_battle_event_funcs.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-04-26Document TVGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Split contest funcs from script_pokemon_utilGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2019-11-13Document Contest scriptsGriffinR
2019-10-06Document field_poisonGriffinR
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-15Up to sub 0x80ce580DizzyEggg
2018-11-18Party Size and Num StatsDizzyEggg
2018-10-31Continue script_menu.cDiegoisawesome
2018-10-21Match GameClear (thanks Egg)Diegoisawesome
2018-10-20GameClear nonsenseDiegoisawesome