summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2021-09-02Remove unused tool palette.cRangi
2021-07-10Comment explaining what the "base" Stadium data is forRangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-19Use rgbds 0.5.0Rangi
2021-03-18Run tools/palfix.py on gfxRangi
2021-03-15palfix.py outputs 2-bit grayscale if possibleRangi
2021-03-15Add tools/palfix.py, and make Python tools executableRangi
2020-12-09Require rgbds 0.4.2Rangi
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-30Don't hardcode CRCs within Crystal base dataRangi
2020-11-21Fix tools/free_space.pyRangi
2020-10-14tools/sym_comments.py can comment labels with their sym file addressesRangi
2020-10-04tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵Rangi
filenames
2020-07-24Ignore tools/stadiummid-kid
2020-07-23Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINsRangi
2020-07-22tools/unnamed.py supports rgbds 0.4.1 object filesRangi
2020-07-13Fix tools/unnamed.pyRangi
2020-07-07Get all unnamed symbols with make DEBUG=1Rangi
2020-06-28Reformat gfx/trade/game_boy.png and fix tools/gfx --preserveRangi
2020-06-28Update lzcompaaaaaa123456789
2020-06-15Mention pokecrystal in tools/unnamed.py outputRangi
2020-06-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2020-06-03Merge pull request #727 from ISSOtm/free_spaceRangi
Rewrite tools/free_space.awk
2020-06-02Rewrite tools/free_space.awkISSOtm
- 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-02Replace free_space.awk with free_space.pyRangi
2020-06-02Merge pull request #722 from entrpntr/fix-used-spaceRangi
Update used_space.py and mapreader.py tools for rgbds v0.4.0.
2020-05-24Update lzcompRangi
2020-05-23Remove unused tools/md5.cRangi
2020-05-23Match LZ compressed files (#724)aaaaaa123456789
Replace lzcomp with new version and match all LZ compressed files
2020-05-19Update used_space.py and mapreader.py tools for rgbds v0.4.0.entrpntr
2020-04-08Remove unused nonmatching files for electro_ball.png and sgb_border.binRangi
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-06Merge pull request #705 from Rangi42/masterRangi
Upgrade to rgbds 0.4.0, and do miscellaneous fixes
2020-04-06Bump tools/unnamed.py to RGBDS object version 13mid-kid
2020-04-04Upgrade to rgbds 0.4.0Rangi
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
2020-04-02Fix bad round, memset VLALior Halphon
2020-04-02Indentation conventions, use C99 variable length arraysLior Halphon
2020-04-02Fix several out-of-bound reads; fix a memory leakLior Halphon
2020-03-11Add tools/used_space.py to visualize the ROM based on the .map fileRangi
2020-03-11Add tools/used_space.py to visualize the ROM based on the .map fileRangi
2020-02-21Merge pull request #685 from mid-kid/mastermid-kid
Moshi moshi? minoru enhansumentsu desu
2020-02-21Fix tools/unnamed.py for new rgbds object formatmid-kid
2020-02-13Make tools/sort_symfile.sh case insensitivemid-kid
Development versions of rgblink now output lowercase
2020-02-04Fix tools/unnamed.py for new rgbds object formatmid-kid
2019-06-09Document in-battle move selection menu scrolling glitchmid-kid
What a mouthful...
2019-02-16Silence gcc warnings, even in TravisRangi
-Wno-missing-field-initializers is needed because of false positives over {0} initialization
2019-02-09Merge pull request #599 from mid-kid/masterRangi
Add tool to find unnamed symbols: Take 2
2019-02-10Fix python 3.6 support for unnamed.pymid-kid
2019-01-01unnamed.py: Add completion percentagemid-kid
People love percentages. Gotta show our powerlevel.
2018-12-31Make tools/gfx.py executableRangi
2019-01-01Add tool to find unnamed symbolsmid-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-31Keep gfx.py with other tools, and remove its dependency on the 'extras' ↵Rangi
submodule