summaryrefslogtreecommitdiff
path: root/src/data/text
AgeCommit message (Collapse)Author
2021-10-08Start misc battle documentationGriffinR
2021-10-02Document remaining symbols in pokemon.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-02-18Document pokenav ribbons summary screenGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2019-12-05Document a bit of Match CallGriffinR
2019-07-29name match call messages by trainersgarak
2019-07-19finish pokenav data decompgarak
2019-07-19decompile pokenav_unk_3 datagarak
2019-05-25USE PROTAGDizzyEggg
2019-05-25Rename PKMN TRAINER CALSS 4DizzyEggg
2019-04-16Compact item data, make descriptions easier to readDizzyEggg
2018-12-08Merge remote-tracking branch 'upstream/master'nullableVoidPtr
2018-12-07Use normal apostrophes like adultsMelody
2018-12-07Realign comments, clean tables in pokemon_animation.c and use ↵nullableVoidPtr
SPECIES_OLD_UNOWN_ defines
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-03Fix merge conflictsDizzyEggg
2018-12-03Get rid of headers in src/dataDizzyEggg
2018-12-02add more consistent namesMelody
2018-12-01cleans up trainer name definesMelody
2018-09-17Merge pull request #331 from DizzyEggg/patch-3Diegoisawesome
Use pokeruby's formatting for move descriptions
2018-09-16Use pokeruby's formatting for move descriptionsDizzyEggg
2018-09-16Make it easier to edit ability textDizzyEggg
2018-08-23Move data from include to srcDiegoisawesome
2018-08-14Finish pokemon_summary_screenDiegoisawesome
2018-08-12Move move descriptions to CDizzyEggg
2018-07-20Move some trainer data from data2b.s to c structs.vblm12