| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-21 | Dumped rest of bank, still need to clean up a few hardcoded addresses | Pokeglitch | |
| 2018-08-21 | Extracted corrupted gfx | Pokeglitch | |
| 2018-07-31 | Finished dumping bank 1 | Pokeglitch | |
| 2018-07-08 | Merge branch 'master' into section-reorg | luckytyphlosion | |
| 2018-07-08 | Symfile for corrected ROM. | luckytyphlosion | |
| 2018-07-08 | Build files in maps/ | luckytyphlosion | |
| 2018-07-07 | Symfile for corrected ROM; rename zero_checksum.inc | obskyr | |
| 2018-07-03 | Fix Makefile and clean up pokegold-spaceworld.link a bit. | luckytyphlosion | |
| 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-06-18 | Touch up scan_includes for versatility | obskyr | |
| Along with a label fix...? | |||
| 2018-06-18 | Fix and use make_shim.py | obskyr | |
| 2018-06-18 | Calculate dependencies more reliably | obskyr | |
| Until now, dependencies weren't correct on first run or if you'd added includes since last compile. | |||
| 2018-06-09 | Merge pull request #11 from pret/master | ehw | |
| Merge master | |||
| 2018-06-08 | Make vram.asm its own object | ISSOtm | |
| 2018-06-05 | Merge pull request #4 from pret/master | ehw | |
| Merge master | |||
| 2018-06-05 | Clarify 'extra' utilities in Makefile | pfero | |
| 2018-06-04 | Update files | ehw | |
| 2018-06-04 | Merge branch 'master' into clean_shim | PikalaxALT | |
| 2018-06-04 | Move zero_checksum.o where it belongs | ISSOtm | |
| 2018-06-04 | Add workaround to rgbfix 0.3.7 checksum bug | ISSOtm | |
| Please refer to zero_checksum.inc for details | |||
| 2018-06-04 | Clean up linkerscript and add it as a Makefile target | PikalaxALT | |
| 2018-06-04 | Title screen disassembled (new pr) | ehw | |
| 2018-06-03 | gfx/pokegear: use better format for town map | Tauwasser | |
| This makes use of the new --trim-trailing option for tools/gfx Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
| 2018-06-03 | Makefile: quote make variable | Tauwasser | |
| If people use absolute paths to other tools, they can quote in environment variables. MAKE was the only variable not under user control. 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 | Fix building | PikalaxALT | |
| 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 | 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 | gfx: re-organize some graphics and disassemble gfx load code | Tauwasser | |
| All graphics were split so that proper labels could be placed. Font was not split, because that was nicely handled using the charmap constants. If proper lengths should also be handled using automatic calculation using labels, some graphics would need further splitting up in order to place labels.s Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
| 2018-06-02 | Actually correct the global checksum for the -correctheader.gb ROMs | PikalaxALT | |
| 2018-06-02 | Fix building | PikalaxALT | |
| 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 | Clean the correctheader rom | pfero | |
| 2018-06-01 | Compress trainer pics | dannye | |
| add missing include for soldier pic | |||
| 2018-06-01 | Fix corrected ROM's checksum | obskyr | |
| 2018-06-01 | Build additional ROMs with corrected header | obskyr | |
| 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 | Disassemble the delay functions and some copy functions | pfero | |
| 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 | 'make mostlyclean' preserves graphics; separate frame gfx files | Rangi | |
| 2018-05-30 | Organize graphics like pokecrystal | Rangi | |
| 2018-05-30 | Add more graphics | dannye | |
| add tools/gfx.c for trimming whitespace from pngs | |||
| 2018-05-30 | Makefile: mark converted/compressed picture files precious | Tauwasser | |
| 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> | |||
