| Commit message (Expand) | Author | Age |
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 |
| |\ |
|
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 |
| | * | List end markers (-1 aka $FF) are not part of table data | Rangi42 | 2025-08-13 |
| * | | Fix .tilemap file extension, fix some typos (#138) | Narishma-gb | 2025-09-06 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 |
| |\| |
|
| | * | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2025-01-30 |
| | * | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 2024-12-27 |
| * | | Don't pass redundant label names to `table_width` and `list_start` (#125) | Rangi | 2024-12-27 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 |
| |\| |
|
| | * | Fix some map text constants | dannye | 2023-11-21 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 |
| |\| |
|
| | * | Fix SAFFRONCTIY typo | dannye | 2023-11-19 |
| | * | Fix inconsistent B1F object consts | dannye | 2023-11-19 |
| | * | Fix inconsistent object const names | dannye | 2023-11-19 |
| | * | Remove incorrect sign object consts | dannye | 2023-11-19 |
| | * | Fix Celedon typo | dannye | 2023-11-19 |
| | * | Use map object consts in data/maps/hide_show_data.asm (#432) | dannye | 2023-10-11 |
| | * | Correct constant name (SILPH, not SLIPH) (#422) | Vortyne | 2023-08-26 |
| | * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 |
| | * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 |
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 |
| |\| |
|
| | * | Use a SPRITE_SET_LENGTH constant | Rangi | 2022-09-24 |
| | * | Add constants and table macros for the map sprite sets (#392) | Rangi | 2022-09-24 |
| | * | Remove empty lines on the top of map header files (#375) | vulcandth | 2022-07-10 |
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 |
| | * | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 2021-10-05 |
| | * | Clean up some redundant or unusual event comments | Rangi | 2021-10-05 |
| * | | Remove empty lines on the top of map header files (#98) | vulcandth | 2022-07-10 |
| * | | RGBDS syntax updates (#86) | vulcandth | 2022-06-06 |
| * | | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 2021-10-05 |
| * | | Clean up some redundant or unusual event comments | Rangi | 2021-10-05 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 |
| |\| |
|
| | * | Align `object_event` coordinates | Rangi | 2021-09-26 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 |
| |\| |
|
| | * | Unify map event gen1 gen2 (#335) | Yoann Fievez | 2021-09-26 |
| * | | Some miscellaneous changes, syncing more with pokered | Rangi | 2021-05-31 |
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-31 |
| |\| |
|
| | * | Change terminology as per feedback | SatoMew | 2021-05-08 |
| | * | Identify the connections between Routes 22 and 23 as unused | SatoMew | 2021-05-08 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-03-25 |
| |\| |
|
| | * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 |
| |\| |
|
| | * | Fix file modes | dannye | 2020-11-14 |
| | * | Remove trailing whitespace | Rangi | 2020-11-05 |
| | * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 |
| | * | Align warp and sign coordinates | Rangi | 2020-08-21 |
| | * | Use def_warps_to macro for automatic warp_to entries | Rangi | 2020-08-17 |
| | * | Use map constants for SilphCoElevator warps | Rangi | 2020-08-17 |
| | * | Use def_* macros for automatic map event counts | Rangi | 2020-08-17 |
| | * | Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objects | Rangi | 2020-08-17 |