Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-13 | Kanto Mon Names (#79) | jd-0 | |
Rename Kanto mons to English | |||
2020-09-20 | More cleanup of whitespace and comments | Rangi | |
2020-09-20 | Remove address comments | jd-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-20 | Capitalize DEF | Rangi | |
2020-09-13 | Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵ | Ebernacher90 | |
of file | |||
2018-07-03 | Introduce 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-03 | Yet a few more formatting fixes | obskyr | |
2018-07-03 | A few small formatting fixes | obskyr | |
2018-06-06 | Finish dumping trainer parties. | IIMarckus | |
2018-06-03 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | Add more trainer leftovers from Blue. Nothing interesting here. | IIMarckus | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-02 | Make the repository build all four ROMs | PikalaxALT | |
2018-06-02 | More trainer data | Rangi | |
2018-06-02 | Add some trainer parties (including new and leftover ones). | IIMarckus | |
2018-06-02 | Add the rival's parties, which are in a different format. | IIMarckus | |
2018-05-31 | Declare Pokédex type search data; add more comments | Rangi | |
2018-05-31 | party_pointers.asm -> party_pointers.inc | pfero | |
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-30 | Define trainer constants; sort party data contiguously | Rangi | |
2018-05-30 | Clean up Makefile | pfero | |
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-30 | Dump trainer class names | Rangi | |
2018-05-30 | Start all trainer party groups | Rangi | |
2018-05-29 | More trainer parties | Rangi | |
2018-05-29 | Start decoding trainer parties | Rangi | |