index
:
pokered
adding-pokemon
expand-tileset
give-all-mons
master
multilang
pokedex-order
rgbgfx
Pokémon Red and Blue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Collapse
)
Author
2022-03-26
Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)
vulcandth
2022-03-17
Refactor pkmncompress.c to use common.h
Rangi
Fixes #349
2022-03-15
Use noreturn for usage_exit
Rangi
2022-03-15
Use -flto for all tools
Rangi
2022-03-08
Slightly refactor some C tools
Rangi
2021-05-09
Require rgbds 0.5.1
Rangi
This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-17
Prevent some gcc versions from complaining about {0} in tools/scan_includes.c
Rangi
2021-04-17
Fix tools/unnamed.py
Rangi
2021-04-17
Actually use rgbds 0.5.0
Rangi
2020-12-09
Require rgbds 0.4.2
Rangi
2020-11-06
'make tools' uses -pedantic
Rangi
2020-10-04
tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵
Rangi
filenames
2020-09-02
Add the pic.py (de)compressor from pokemon-reverse-engineering-tools
Rangi
$ tools/pic.py decompress x.pic # creates x.2bpp $ tools/gfx.py png x.2bpp # creates x.png $ tools/gfx.py 2bpp x.png # creates x.2bpp $ tools/pic.py compress x.2bpp # creates x.pic
2020-07-22
tools/unnamed.py supports rgbds 0.4.1 object files
Rangi
2020-07-07
Get all unnamed symbols with make DEBUG=1
Rangi
2020-06-28
Add Travis webhook for tools/unnamed.py
Rangi
2020-06-28
Update tools/gfx to support --preserve
Rangi
2018-12-31
Make tools/gfx.py executable
Rangi
2018-12-31
Remove the 'extras' submodule and include a local gfx.py tool instead
Rangi
2018-03-10
Use rgbgfx and c tools instead of the submodule.
yenatch