index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
Makefile
Age
Commit message (
Expand
)
Author
2022-03-15
Use -flto for all tools
Rangi
2022-03-14
Add a `bpp2png` tool to replace gfx.py for converting 1/2bpp to PNG (#889)
Rangi
2022-03-12
Build the Virtual Console patch with `make crystal11_vc` (#882)
vulcandth
2022-03-08
Slightly refactor some C tools
Rangi
2021-09-20
Rewrite tools/gfx.c
Rangi
2021-09-07
Drop C standard for tools/ to C11
mid-kid
2021-09-02
Remove unused tool palette.c
Rangi
2020-07-23
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
Rangi
2020-05-23
Remove unused tools/md5.c
Rangi
2020-05-23
Match LZ compressed files (#724)
aaaaaa123456789
2019-02-16
Silence gcc warnings, even in Travis
Rangi
2018-08-18
Avoid warnings from gcc without having to silence them all
Rangi
2018-08-04
Update lzcomp to the latest version and fix Makefiles accordingly
aaaaaa123456789
2017-12-28
rebuild gfx and md5 when common.h changes
yenatch
2017-09-24
Build tools with -O3.
yenatch
2017-09-24
Add warnings for tools
yenatch
2017-06-29
tools: Default to gcc.
yenatch
2017-06-24
Merge branch 'master' into tools-makefile-integration
yenatch
2017-06-24
Add a md5 tool to avoid md5sum dependency.
yenatch
2017-06-24
Fix tools/gfx
yenatch
2017-06-18
Add `gfx` tool for graphics postprocessing
yenatch
2017-06-09
- Make the tools implicitly when making the ROM
Ben10do
2017-05-29
Use a separate makefile for tools
yenatch