summaryrefslogtreecommitdiff
path: root/include/pokeball.h
AgeCommit message (Collapse)Author
2021-11-01Convert GF ROM header to CGriffinR
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-01-22Document battle_controller_player.cGriffinR
2020-08-30Document throwing pokeballhondew
continue Document more Doc more funcs Remove workspace Document shiny stars Document PokeBlock Clean up Clean more
2019-10-09More trade documentationGriffinR
2018-09-01Bank to battlerDizzyEggg
2018-08-14Finish pokemon_summary_screenDiegoisawesome
2017-12-02move pokeball data to romDizzyEggg
2017-12-02pokeball file is decompiledDizzyEggg
2017-12-02start working on pokeballDizzyEggg
2017-10-22player battle controller is doneDizzyEggg