summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-06-02Fix buildingPikalaxALT
2018-06-02Merge branch 'master' into build_more_romsPikalaxALT
2018-06-02Make the repository build all four ROMsPikalaxALT
2018-06-02Clean the correctheader rompfero
2018-06-01Compress trainer picsdannye
add missing include for soldier pic
2018-06-01Fix corrected ROM's checksumobskyr
2018-06-01Build additional ROMs with corrected headerobskyr
2018-05-31Keep pokemon data in data/pokemonRangi
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed
2018-06-01Makefile: add coverage target and necessary python scriptsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31Disassemble the delay functions and some copy functionspfero
2018-05-31Remove scan_includes.cpfero
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-30'make mostlyclean' preserves graphics; separate frame gfx filesRangi
2018-05-30Organize graphics like pokecrystalRangi
2018-05-30Add more graphicsdannye
add tools/gfx.c for trimming whitespace from pngs
2018-05-30Makefile: mark converted/compressed picture files preciousTauwasser
This is so a) they don't get deleted and b) they don't produce a huge rm line after the compare target ran. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30Makefile: clean compressed pictures as wellTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29tools: add pkmncompress from pokered f75049feTauwasser
Add *.pic rule to Makefile to create compressed pictures. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Make RGBFIX actually fix header fieldsISSOtm
2018-05-29Makefile: use MD5 sums to compare ROMS instead of cmpTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Fix disassembling mistakesISSOtm
2018-05-28Spruce up make_shim.pypfero
2018-05-28Enable -w option for shim generatorISSOtm
2018-05-27Merge shimsISSOtm
2018-05-27Merge branch 'master' of git.sanqui.net:pret/pokegold-spaceworldSanqui
2018-05-27Add shimSanqui
2018-05-27Enable RGBLINK DMG modeISSOtm
2018-05-27Move home to its own fileISSOtm
2018-05-27Initial commitSanqui