| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 7 days | tools: render_overworld.py - build seamless Kanto map from source | Ash Ketchum | 1 | -0/+132 | |
| Ground-truth overworld generator, no emulator. Parses map_const dimensions, the per-map headers (tileset + connections with their alignment OFFSET), the .blk block data, .bst blocksets (4x4 tile indices) and .2bpp tilesets, renders every map full-size, and places them by the connection-offset math (BFS from Pallet): north:(ax+o,ay-Bh) south:(ax+o,ay+Ah) west:(ax-Bw,ay+o) east:(ax+Aw,ay+o) Produces a coherent 170x180-block (5440x5760px) Kanto overworld from 36 connected maps -- confirming connections join maps along shared edges with an offset, not as independent centered screens. | |||||
| 2026-01-07 | Do not compile tools with LTO | Nishant Chatterjee | 1 | -1/+1 | |
| 2025-11-15 | Fix tools/unnamed.py | Rangi | 1 | -4/+4 | |
| 2025-11-12 | Use the same tools/make_patch.c as Gen 2 | Rangi42 | 1 | -12/+59 | |
| The `--ignore` flag is not needed in Gen 1 | |||||
| 2025-05-10 | tools/unnamed.py supports RGBDS 0.9.2 (object revision 12) | Rangi42 | 1 | -3/+3 | |
| 2025-03-11 | Remove GSC-only Stadium data handling from make_patch.c | Rangi42 | 1 | -6/+0 | |
| 2025-03-08 | Support `<` and `>` prefixes for high and low bytes in VC patch templates (#502) | Rangi | 1 | -2/+22 | |
| 2024-12-27 | Use exported constants for VC patch (#124) | vulcandth | 1 | -11/+11 | |
| 2024-12-27 | Use exported constants for VC patch (#483) | vulcandth | 1 | -11/+11 | |
| 2024-12-25 | Use RGBDS 0.9.0 (#123) | Rangi | 1 | -3/+3 | |
| 2024-10-07 | Tools depend on common.h by default | Rangi42 | 1 | -4/+1 | |
| 2024-10-07 | Remove independent tools and link to pokemon-asm-tools | Rangi42 | 8 | -2849/+0 | |
| 2024-10-07 | Rewrite `transpose_tiles` to be in-place (#475) | Sylvie | 1 | -7/+10 | |
| 2024-09-26 | Implement .pic to .2bpp decompression (#470) | Sylvie | 7 | -5018/+219 | |
| 2024-09-18 | Remove the Discord webhook and tools/unnamed.py | Rangi42 | 1 | -137/+0 | |
| Everything is named, unnamed.py reports 100.00% complete | |||||
| 2024-08-04 | Use bankless symbols for VC constants | Rangi42 | 1 | -5/+7 | |
| This is valid according to the .sym file spec: <https://rgbds.gbdev.io/sym/> | |||||
| 2024-06-28 | Build with RGBDS 0.8.0, though it is not yet required | Rangi42 | 1 | -3/+3 | |
| 2024-06-28 | Build with RGBDS 0.8.0, though it is not yet required | Rangi42 | 1 | -3/+3 | |
| 2023-11-23 | Remove pcm.py since pcm.c handles it | Rangi42 | 1 | -156/+0 | |
| 2023-11-20 | Extend tools/pcm.c to allow decoding .pcm to .wav | Rangi42 | 1 | -9/+68 | |
| Fixes #79 | |||||
| 2023-11-20 | Have palfix.py always output grayscale | Rangi42 | 1 | -19/+5 | |
| Fixes #431 | |||||
| 2023-08-26 | Fix tools/free_space.awk for new rgbds (pret/pokecrystal#1049) (#416) | vulcandth | 1 | -5/+13 | |
| Co-authored-by: mid-kid <esteve.varela@gmail.com> | |||||
| 2023-08-15 | Fix segfaults at EOF, add token/newline checks, and support '\r' in ↵ | Rangi | 1 | -14/+38 | |
| scan_includes.c | |||||
| 2022-10-14 | Add `COUNTOF` macro to tools/common.h | Rangi | 3 | -11/+13 | |
| 2022-10-02 | Update tools/unnamed.py for rgbds 0.6.0 object files | Rangi | 1 | -3/+3 | |
| 2022-10-02 | Require rgbds 0.6.0 | Rangi | 4 | -307/+1 | |
| 2022-09-30 | `startswith` works with a tuple | Rangi | 1 | -1/+1 | |
| 2022-09-18 | Fix tools/unnamed.py and add tools/consts.py | Rangi | 2 | -2/+58 | |
| 2022-09-18 | Update and add more tool scripts | Rangi | 12 | -95/+3207 | |
| 2022-04-26 | Remove Stadium data patch from tools/make_patch.c (#84) | vulcandth | 1 | -4/+0 | |
| 2022-04-26 | Remove Stadium data patch from tools/make_patch.c (#355) | vulcandth | 1 | -4/+0 | |
| 2022-03-26 | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 3 | -2/+473 | |
| 2022-03-26 | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 3 | -1/+472 | |
| 2022-03-17 | Refactor pkmncompress.c to use common.h | Rangi | 2 | -365/+147 | |
| 2022-03-17 | Refactor pkmncompress.c to use common.h | Rangi | 2 | -365/+147 | |
| Fixes #349 | |||||
| 2022-03-15 | Use noreturn for usage_exit | Rangi | 1 | -1/+1 | |
| 2022-03-15 | Use noreturn for usage_exit | Rangi | 1 | -1/+1 | |
| 2022-03-15 | Use -flto for all tools | Rangi | 2 | -1/+3 | |
| 2022-03-15 | Use -flto for all tools | Rangi | 2 | -1/+3 | |
| 2022-03-14 | Rewrite tools/pcm.c to use common.h | Rangi | 1 | -96/+35 | |
| Fixes #78 | |||||
| 2022-03-08 | Slightly refactor some C tools | Rangi | 4 | -309/+325 | |
| 2022-03-08 | Slightly refactor some C tools | Rangi | 4 | -309/+324 | |
| 2021-05-09 | Require rgbds 0.5.1 | Rangi | 1 | -3/+3 | |
| 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 | 1 | -1/+1 | |
| 2021-04-17 | Fix tools/unnamed.py | Rangi | 1 | -2/+2 | |
| 2021-04-17 | Actually use rgbds 0.5.0 | Rangi | 1 | -1/+1 | |
| 2020-12-09 | Require rgbds 0.4.2 | Rangi | 1 | -3/+24 | |
| 2020-11-06 | Ignore tools/pcm | dannye | 1 | -0/+1 | |
| 2020-11-06 | 'make tools' uses -pedantic | Rangi | 2 | -7/+4 | |
| 2020-11-06 | 'make tools' uses -pedantic | Rangi | 1 | -1/+1 | |
