Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-02 | Remove unused tool palette.c | Rangi | |
2021-07-10 | Comment explaining what the "base" Stadium data is for | Rangi | |
2021-05-09 | Require rgbds 0.5.1 | Rangi | |
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB | |||
2021-04-19 | Use rgbds 0.5.0 | Rangi | |
2021-03-18 | Run tools/palfix.py on gfx | Rangi | |
2021-03-15 | palfix.py outputs 2-bit grayscale if possible | Rangi | |
2021-03-15 | Add tools/palfix.py, and make Python tools executable | Rangi | |
2020-12-09 | Require rgbds 0.4.2 | Rangi | |
This allows [\1] to work when \1 is hl, bc, or de The object file format has changed along with the version number | |||
2020-11-30 | Don't hardcode CRCs within Crystal base data | Rangi | |
2020-11-21 | Fix tools/free_space.py | Rangi | |
2020-10-14 | tools/sym_comments.py can comment labels with their sym file addresses | Rangi | |
2020-10-04 | tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵ | Rangi | |
filenames | |||
2020-07-24 | Ignore tools/stadium | mid-kid | |
2020-07-23 | Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs | Rangi | |
2020-07-22 | tools/unnamed.py supports rgbds 0.4.1 object files | Rangi | |
2020-07-13 | Fix tools/unnamed.py | Rangi | |
2020-07-07 | Get all unnamed symbols with make DEBUG=1 | Rangi | |
2020-06-28 | Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve | Rangi | |
2020-06-28 | Update lzcomp | aaaaaa123456789 | |
2020-06-15 | Mention pokecrystal in tools/unnamed.py output | Rangi | |
2020-06-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2020-06-03 | Merge pull request #727 from ISSOtm/free_space | Rangi | |
Rewrite tools/free_space.awk | |||
2020-06-02 | Rewrite tools/free_space.awk | ISSOtm | |
- Add parameter to allow printing information per bank - Fix bug where RAM sections would be deducted from free ROM space - Make input format more lenient (case-insensitivity, lax spacing) - Marked gawk requirement (`strtonum` extension) in shebang line | |||
2020-06-02 | Replace free_space.awk with free_space.py | Rangi | |
2020-06-02 | Merge pull request #722 from entrpntr/fix-used-space | Rangi | |
Update used_space.py and mapreader.py tools for rgbds v0.4.0. | |||
2020-05-24 | Update lzcomp | Rangi | |
2020-05-23 | Remove unused tools/md5.c | Rangi | |
2020-05-23 | Match LZ compressed files (#724) | aaaaaa123456789 | |
Replace lzcomp with new version and match all LZ compressed files | |||
2020-05-19 | Update used_space.py and mapreader.py tools for rgbds v0.4.0. | entrpntr | |
2020-04-08 | Remove unused nonmatching files for electro_ball.png and sgb_border.bin | Rangi | |
electro_ball.png needed to preserve one whitespace tile which tools/gfx would normally remove. Preserving a list of tile indexes has been added as a general feature to tools/gfx. sgb_border.bin needed to remove the 20x18 center area of $00 bytes. This is achievable with the standard tr utility. | |||
2020-04-06 | Merge pull request #705 from Rangi42/master | Rangi | |
Upgrade to rgbds 0.4.0, and do miscellaneous fixes | |||
2020-04-06 | Bump tools/unnamed.py to RGBDS object version 13 | mid-kid | |
2020-04-04 | Upgrade to rgbds 0.4.0 | Rangi | |
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file | |||
2020-04-02 | Fix bad round, memset VLA | Lior Halphon | |
2020-04-02 | Indentation conventions, use C99 variable length arrays | Lior Halphon | |
2020-04-02 | Fix several out-of-bound reads; fix a memory leak | Lior Halphon | |
2020-03-11 | Add tools/used_space.py to visualize the ROM based on the .map file | Rangi | |
2020-03-11 | Add tools/used_space.py to visualize the ROM based on the .map file | Rangi | |
2020-02-21 | Merge pull request #685 from mid-kid/master | mid-kid | |
Moshi moshi? minoru enhansumentsu desu | |||
2020-02-21 | Fix tools/unnamed.py for new rgbds object format | mid-kid | |
2020-02-13 | Make tools/sort_symfile.sh case insensitive | mid-kid | |
Development versions of rgblink now output lowercase | |||
2020-02-04 | Fix tools/unnamed.py for new rgbds object format | mid-kid | |
2019-06-09 | Document in-battle move selection menu scrolling glitch | mid-kid | |
What a mouthful... | |||
2019-02-16 | Silence gcc warnings, even in Travis | Rangi | |
-Wno-missing-field-initializers is needed because of false positives over {0} initialization | |||
2019-02-09 | Merge pull request #599 from mid-kid/master | Rangi | |
Add tool to find unnamed symbols: Take 2 | |||
2019-02-10 | Fix python 3.6 support for unnamed.py | mid-kid | |
2019-01-01 | unnamed.py: Add completion percentage | mid-kid | |
People love percentages. Gotta show our powerlevel. | |||
2018-12-31 | Make tools/gfx.py executable | Rangi | |
2019-01-01 | Add tool to find unnamed symbols | mid-kid | |
This tool should help us identify which are the symbols that still need proper names, and in which files they're located. | |||
2018-12-31 | Keep gfx.py with other tools, and remove its dependency on the 'extras' ↵ | Rangi | |
submodule |