summaryrefslogtreecommitdiff
path: root/data/pokemon/base_stats
AgeCommit message (Collapse)Author
2020-11-13Kanto Mon Names (#79)jd-0
Rename Kanto mons to English
2020-08-09Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since ↵Rangi
only the debug Gold ROM is built
2018-06-02Make the repository build all four ROMsPikalaxALT
2018-05-31Declare Pokédex type search data; add more commentsRangi
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-29Fix base stat syntaxRangi
2018-05-29Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworldRangi
2018-05-29Include base data (some Pokémon needed TM/HM flags beyond 57)Rangi
2018-05-30gfx, main.asm: add Pokémon front and back picsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Include data in main.asm (not base data, it doesn't match yet)Rangi
2018-05-29gfx, main.asm: add annon front and back picsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-28Declare base dataRangi