index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2022-03-26
Port and document make_patch.c features needed for pokered
Rangi
2022-03-15
Use noreturn for usage_exit
Rangi
2022-03-15
Use -flto for all tools
Rangi
2022-03-14
Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3
Rangi
2022-03-14
Add a `bpp2png` tool to replace gfx.py for converting 1/2bpp to PNG (#889)
Rangi
2022-03-13
Error messages end with newlines
Rangi
2022-03-12
Allow `{patch offset length}` (necessary for pokegold)
Rangi
2022-03-12
Allow alternate labels for patch names
Rangi
2022-03-12
Build the Virtual Console patch with `make crystal11_vc` (#882)
vulcandth
2022-03-08
Slightly refactor some C tools
Rangi
2022-03-02
Rename `*_verbose` functions to idiomatic `x*`
Rangi
2022-02-28
Remove unused #include <unistd.h>
Rangi
2022-02-21
Explain why make_frames works
Rangi
2021-09-21
Factor out usage_exit into into tools/common.h
Rangi
2021-09-21
Small refactoring and optimization to tools/gfx.c
Rangi
2021-09-20
Rewrite tools/gfx.c
Rangi
2021-09-07
Drop C standard for tools/ to C11
mid-kid
2021-09-02
Update usage doc comments for some tools/*.py scripts
Rangi
2021-09-02
Rewrite tools/pokemon_animation.c
Rangi
2021-09-02
Rewrite tools/pokemon_animation_graphics.c, and keep `void usage` and `void p...
Rangi
2021-09-02
Use an `error_exit` macro for tools
Rangi
2021-09-02
Rewrite tools/scan_includes.c to use common.h and factor out a parse_args fun...
Rangi
2021-09-02
Rewrite tool png_dimensions.c, and start using common.h more
Rangi
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
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
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 filen...
Rangi
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
2020-06-02
Rewrite tools/free_space.awk
ISSOtm
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
2020-05-24
Update lzcomp
Rangi
2020-05-23
Remove unused tools/md5.c
Rangi
[next]