Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-04 | Clean up linkerscript and add it as a Makefile target | PikalaxALT | |
2018-06-04 | Create linkerscript and add Python 3.6 script for linkerscript generation | PikalaxALT | |
2018-06-04 | Even more informative error messages from make_shim | PikalaxALT | |
2018-06-04 | Make make_shim a little more user-friendly | PikalaxALT | |
2018-06-03 | tools/gfx: add option to trim trailing tiles of solid color | Tauwasser | |
This helps when the last tile is completely white and the shape of the png has additional tiles. In that case, the last tile is cut as well. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | tools/make_shim: fix use of getline | Tauwasser | |
Replace with fgets, which should be safe even if it reads an internal NUL char, as all other functions will just cut the string off in that case. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | Update tools/sort_symfile.sh and clean up Makefile | pfero | |
Fixed compare being ran before the correctedheader rom was built. Made `mostlyclean` clean up all the .d files it knows about and include the correct .d files. | |||
2018-06-03 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | Make coverage script work on Python 2 again | ISSOtm | |
I tested using both my Python 2 and Python 3, it worked for both. Worked for me previously because Py3 is my default, not 2 :p | |||
2018-06-03 | Suspend support for Silver and non-debug ROMs | PikalaxALT | |
2018-06-03 | Tell the user to get baserom.gb if it doesn't exist. | pfero | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | ISSOtm | |
2018-06-03 | Enforce reading map file as utf-8 | ISSOtm | |
Avoids systems using `ascii` as default to choke on stuff like `Pokémon` | |||
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 | tools/dump_text: fix labeling bug | Tauwasser | |
Labely would be relative to start of bank, not absolute wrt memory location (0x4000 for RB > 0) Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | tools: rework dump_text and read_charmap to dump control codes | Tauwasser | |
read_charmap was redone using a regular expression as comments and computations would lead to unexpected results. dump_names used read_charmap.get_project_dir, so copy it over to not break stuff. dump_text now uses a different but similar syntax and has its old dumb mode as well as control code mode and will by default now respect text end condes unless --endless option is specified Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-01 | Parse charmap.asm for dump_text.py and dump_names.py | Rangi | |
2018-06-01 | Use fullwidth digits | Rangi | |
2018-06-01 | Declare landmark names (pointer table structure unknown) | Rangi | |
2018-05-31 | Alternate bank colors green and red in coverage.png | Rangi | |
2018-06-01 | tools/disasm_coverage: fix counting error and remove debug print statement | Tauwasser | |
Code wrongly assumed if end - beg + 1 < bpp then y_beg == y_end && x_beg == x_end, but that's obviously not always the case. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | Keep pokemon data in data/pokemon | Rangi | |
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed | |||
2018-06-01 | Makefile: add coverage target and necessary python scripts | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | Add gfx.py with necessary poketools subset | Rangi | |
2018-05-31 | Remove scan_includes.c | pfero | |
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 item and move names | Rangi | |
2018-05-30 | Add more graphics | dannye | |
add tools/gfx.c for trimming whitespace from pngs | |||
2018-05-29 | tools: add pkmncompress from pokered f75049fe | Tauwasser | |
Add *.pic rule to Makefile to create compressed pictures. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-29 | Put back JP chars deleted along with English ones | Rangi | |
2018-05-29 | Add text extractor | ISSOtm | |
2018-05-28 | Spruce up make_shim.py | pfero | |
2018-05-28 | Enable shim generator to support -w/-t/-d options | ISSOtm | |
2018-05-27 | Add shim | Sanqui | |
2018-05-27 | Initial commit | Sanqui | |