summaryrefslogtreecommitdiff
path: root/data/trainers
AgeCommit message (Collapse)Author
2020-11-13Kanto Mon Names (#79)jd-0
Rename Kanto mons to English
2020-09-20More cleanup of whitespace and commentsRangi
2020-09-20Remove address commentsjd-0
Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4}
2020-09-20Capitalize DEFRangi
2020-09-13Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵Ebernacher90
of file
2018-07-03Introduce linkerscript.luckytyphlosion
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
2018-07-03Yet a few more formatting fixesobskyr
2018-07-03A few small formatting fixesobskyr
2018-06-06Finish dumping trainer parties.IIMarckus
2018-06-03Merge branch 'master' into build_more_romsPikalaxALT
2018-06-03Add more trainer leftovers from Blue. Nothing interesting here.IIMarckus
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-02Make the repository build all four ROMsPikalaxALT
2018-06-02More trainer dataRangi
2018-06-02Add some trainer parties (including new and leftover ones).IIMarckus
2018-06-02Add the rival's parties, which are in a different format.IIMarckus
2018-05-31Declare Pokédex type search data; add more commentsRangi
2018-05-31party_pointers.asm -> party_pointers.incpfero
In the same vein as evos_attacks_pointers.inc, they depend on being in the same bank, and thus belong in the same section.
2018-05-30Define trainer constants; sort party data contiguouslyRangi
2018-05-30Clean up Makefilepfero
This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want.
2018-05-30Dump trainer class namesRangi
2018-05-30Start all trainer party groupsRangi
2018-05-29More trainer partiesRangi
2018-05-29Start decoding trainer partiesRangi