Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-21 | Add --interleave to tools/gfx and refactor. | yenatch | |
For images composed of 8x16 sprites. The width has to be manually passed in. If this were an rgbgfx feature this would not be necessary. Fixes 647f9b4452fb166fedbbb987808bb0dae9623db2 | |||
2017-06-18 | Remove debug statement from tools/gfx | yenatch | |
2017-06-18 | Add `gfx` tool for graphics postprocessing | yenatch | |
2017-06-09 | Fix warnings about assignments in ‘if’ statements | Ben10do | |
Assignments in ‘if’ statements cause a warning in Clang, asking you to enclose the assignment in brackets (to show that it was intentional). | |||
2017-06-09 | Add .gitignore for compiled tools | Ben10do | |
2017-06-09 | - Make the tools implicitly when making the ROM | Ben10do | |
- Add a clean target to the tools Makefile - Run said clean target when cleaning the pokecrystal directory | |||
2017-05-29 | Use a separate makefile for tools | yenatch | |
- Fix crystal11 - Fix a bug where the dependency checks would run regardless of target Fixes 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08 | |||
2017-05-28 | pokemon_animation_graphics: remove declarations from for loops | yenatch | |
2017-05-28 | pokemon_animation_graphics: stdint.h | yenatch | |
2017-05-28 | Fix the pokemon animation tools. | yenatch | |
Fixed a lot of serious bugs. These tools were not functional. Also added a --girafarig flag for a special case. | |||
2017-05-28 | scan_includes: add --strict so it doesn't have to be default | yenatch | |
2017-05-28 | Fix pokemon_animation_graphics | yenatch | |
2017-04-28 | Refactor scan_includes. | yenatch | |
2016-08-24 | Add C build tools. | yenatch | |