summaryrefslogtreecommitdiff
path: root/src/contest_ai.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.
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-08-21Document contest AI scriptsGriffinR
2020-08-21Document contest AI commandsGriffinR
2020-08-16Document misc contestGriffinR
2020-08-15Document contest appealGriffinR
2020-07-24Continue new contest documentationGriffinR
2020-07-23Begin new contest documentationGriffinR
2019-04-03General cleanup of the second half of contest.cPhlosioneer
2019-04-02Cleanup some of gContestResourcesPhlosioneer
2019-04-01Rename contest AI stuffPhlosioneer
2018-12-25use max mon moves constant where able (#480)melthelesbian
* use max mon moves constant where able * fix errors in script commands file * fix more errors
2018-11-25Decompile script_pokemon_util_80F87D8Marcus Huderle
2018-08-15Contest AI clean-upDizzyEggg
2018-08-15Port contest ai from pokerubyDizzyEggg