| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-17 | Fix failing build | Zumi Daxuya | |
| 2020-09-22 | Factor out gfx- and slack-specific rules into .mk files | Rangi | |
| 2020-09-22 | md5 -> sha1 | Rangi | |
| 2020-09-22 | Move most files out of the root directory | Rangi | |
| - ram/ froups the ram source files - slack/ is for unused garbage taking up the ROM's free space - gfx.py moved to utils/ | |||
| 2020-09-21 | Copy pokered map organization (maps/*.blk, scripts/*.asm, ↵ | Rangi | |
| data/maps/objects/*.asm) | |||
| 2020-09-20 | Port simpler tools/make_shim.py from pokepicross | Rangi | |
| 2020-09-20 | Port scan_includes.c from pokepicross | Rangi | |
| 2020-09-12 | Fix off-by-one errors with 'make coverage' and reformat output (horizontal ↵ | Rangi | |
| banks) | |||
| 2020-08-29 | Preserve original line breaks in the Makefile | SatoMew | |
| 2020-08-29 | Resolved conflict caused by my changes. | SatoMew | |
| 2020-08-09 | Fix coverage utility script | Rangi | |
| 2020-08-09 | Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since ↵ | Rangi | |
| only the debug Gold ROM is built | |||
| 2020-08-09 | tools/ contains what's needed to build the ROMs; utils/ contains disassembly ↵ | Rangi | |
| utilites | |||
| 2020-08-08 | Fix RGBDS 0.4.1 | mid-kid | |
| 2020-08-08 | Set up Travis CI | Rangi | |
| 2019-04-14 | Pokégear → Trainer Gear | SatoMew | |
| 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 | |
