| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools: render_overworld.py - build seamless Kanto map from source | Ash Ketchum | 7 days | 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. | ||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Do not compile tools with LTO | Nishant Chatterjee | 2026-01-07 | 1 | -1/+1 |
| | | | |||||
| * | | Fix tools/unnamed.py | Rangi | 2025-11-15 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 1 | -12/+59 |
| |\| | |||||
| | * | Use the same tools/make_patch.c as Gen 2 | Rangi42 | 2025-11-12 | 1 | -12/+59 |
| | | | | | | | | | The `--ignore` flag is not needed in Gen 1 | ||||
| * | | tools/unnamed.py supports RGBDS 0.9.2 (object revision 12) | Rangi42 | 2025-05-10 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-05-10 | 1 | -2/+16 |
| |\| | |||||
| | * | Remove GSC-only Stadium data handling from make_patch.c | Rangi42 | 2025-03-11 | 1 | -6/+0 |
| | | | |||||
| | * | Support `<` and `>` prefixes for high and low bytes in VC patch templates (#502) | Rangi | 2025-03-08 | 1 | -2/+22 |
| | | | |||||
| | * | Use exported constants for VC patch (#483) | vulcandth | 2024-12-27 | 1 | -11/+11 |
| | | | |||||
| * | | Use exported constants for VC patch (#124) | vulcandth | 2024-12-27 | 1 | -11/+11 |
| | | | |||||
| * | | Use RGBDS 0.9.0 (#123) | Rangi | 2024-12-25 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-10-09 | 16 | -7871/+223 |
| |\| | |||||
| | * | Tools depend on common.h by default | Rangi42 | 2024-10-07 | 1 | -4/+1 |
| | | | |||||
| | * | Remove independent tools and link to pokemon-asm-tools | Rangi42 | 2024-10-07 | 8 | -2849/+0 |
| | | | |||||
| | * | Rewrite `transpose_tiles` to be in-place (#475) | Sylvie | 2024-10-07 | 1 | -7/+10 |
| | | | |||||
| | * | Implement .pic to .2bpp decompression (#470) | Sylvie | 2024-09-26 | 7 | -5018/+219 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 1 | -5/+7 |
| |\| | |||||
| | * | Remove the Discord webhook and tools/unnamed.py | Rangi42 | 2024-09-18 | 1 | -137/+0 |
| | | | | | | | | | Everything is named, unnamed.py reports 100.00% complete | ||||
| | * | Use bankless symbols for VC constants | Rangi42 | 2024-08-04 | 1 | -5/+7 |
| | | | | | | | | | | | This is valid according to the .sym file spec: <https://rgbds.gbdev.io/sym/> | ||||
| | * | Build with RGBDS 0.8.0, though it is not yet required | Rangi42 | 2024-06-28 | 1 | -3/+3 |
| | | | |||||
| * | | Build with RGBDS 0.8.0, though it is not yet required | Rangi42 | 2024-06-28 | 1 | -3/+3 |
| | | | |||||
| * | | Remove pcm.py since pcm.c handles it | Rangi42 | 2023-11-23 | 1 | -156/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 1 | -19/+5 |
| |\| | |||||
| | * | Have palfix.py always output grayscale | Rangi42 | 2023-11-20 | 1 | -19/+5 |
| | | | | | | | | | Fixes #431 | ||||
| * | | Extend tools/pcm.c to allow decoding .pcm to .wav | Rangi42 | 2023-11-20 | 1 | -9/+68 |
| | | | | | | | | | Fixes #79 | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 2 | -19/+51 |
| |\| | |||||
| | * | Fix tools/free_space.awk for new rgbds (pret/pokecrystal#1049) (#416) | vulcandth | 2023-08-26 | 1 | -5/+13 |
| | | | | | | | Co-authored-by: mid-kid <esteve.varela@gmail.com> | ||||
| | * | Fix segfaults at EOF, add token/newline checks, and support '\r' in ↵ | Rangi | 2023-08-15 | 1 | -14/+38 |
| | | | | | | | | | scan_includes.c | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-04-25 | 3 | -11/+13 |
| |\| | |||||
| | * | Add `COUNTOF` macro to tools/common.h | Rangi | 2022-10-14 | 3 | -11/+13 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 | 1 | -3/+3 |
| |\| | |||||
| | * | Update tools/unnamed.py for rgbds 0.6.0 object files | Rangi | 2022-10-02 | 1 | -3/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 | 4 | -307/+1 |
| |\| | |||||
| | * | Require rgbds 0.6.0 | Rangi | 2022-10-02 | 4 | -307/+1 |
| | | | |||||
| | * | `startswith` works with a tuple | Rangi | 2022-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-09-19 | 13 | -98/+3266 |
| |\| | |||||
| | * | Fix tools/unnamed.py and add tools/consts.py | Rangi | 2022-09-18 | 2 | -2/+58 |
| | | | |||||
| | * | Update and add more tool scripts | Rangi | 2022-09-18 | 12 | -95/+3207 |
| | | | |||||
| | * | Remove Stadium data patch from tools/make_patch.c (#355) | vulcandth | 2022-04-26 | 1 | -4/+0 |
| | | | |||||
| | * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 | 3 | -1/+472 |
| | | | |||||
| | * | Refactor pkmncompress.c to use common.h | Rangi | 2022-03-17 | 2 | -365/+147 |
| | | | | | | | | | Fixes #349 | ||||
| | * | Use noreturn for usage_exit | Rangi | 2022-03-15 | 1 | -1/+1 |
| | | | |||||
| | * | Use -flto for all tools | Rangi | 2022-03-15 | 2 | -1/+3 |
| | | | |||||
| | * | Slightly refactor some C tools | Rangi | 2022-03-08 | 4 | -309/+324 |
| | | | |||||
| * | | Remove Stadium data patch from tools/make_patch.c (#84) | vulcandth | 2022-04-26 | 1 | -4/+0 |
| | | | |||||
| * | | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 2022-03-26 | 3 | -2/+473 |
| | | | |||||
| * | | Refactor pkmncompress.c to use common.h | Rangi | 2022-03-17 | 2 | -365/+147 |
| | | | |||||
| * | | Use noreturn for usage_exit | Rangi | 2022-03-15 | 1 | -1/+1 |
| | | | |||||
