summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2018-05-31Declare Pokédex type search data; add more commentsRangi
2018-05-31Declare Pokémon namesRangi
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 item and move namesRangi
2018-05-30Merge branch 'master' of https://git.sanqui.net/pret/pokegold-spaceworldRangi
2018-05-30Dump trainer class namesRangi
2018-05-30Add tileset headers and tileset graphicsdannye
2018-05-30Start all trainer party groupsRangi
2018-05-29More trainer partiesRangi
2018-05-29Start decoding trainer partiesRangi
2018-05-29Small temporary SECTION headers go in main.asm, so the individual files ↵Rangi
won't all need fixing later
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-30base_stats.asm: prepare pokered macros to measure length of an individual ↵Tauwasser
stat entry 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-29Declare type chartRangi
2018-05-29gfx, main.asm: add annon front and back picsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-28Declare gojuon dex orderRangi
2018-05-28Declare base dataRangi
2018-05-28Comment on missing evolution dataRangi
2018-05-28Evos+attacksRangi
2018-05-28These are dex IDs, not internal indexesRangi
2018-05-28Define item constants; declare TM/HM movesRangi