| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 5 | -686/+544 |
| |\ |
|
| | * | Use map names with `ToggleData*` symbols (#563) | Narishma-gb | 2026-01-17 | 1 | -7/+7 |
| | * | Use macros to enforce "missable/hide/show object" constraints, and rename the... | Rangi | 2026-01-07 | 3 | -569/+424 |
| | * | Clarify how the order of map constants matters for the Town Map (#553) | Rangi | 2025-12-15 | 1 | -101/+103 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 | 2 | -5/+5 |
| |\| |
|
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 | 1 | -2/+2 |
| | * | List end markers (-1 aka $FF) are not part of table data | Rangi42 | 2025-08-13 | 1 | -3/+3 |
| * | | Fix .tilemap file extension, fix some typos (#138) | Narishma-gb | 2025-09-06 | 2 | -1/+2 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 2 | -2/+2 |
| |\| |
|
| | * | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2025-01-30 | 2 | -2/+2 |
| | * | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 2024-12-27 | 6 | -9/+9 |
| * | | Don't pass redundant label names to `table_width` and `list_start` (#125) | Rangi | 2024-12-27 | 6 | -9/+9 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 4 | -16/+16 |
| |\| |
|
| | * | Fix some map text constants | dannye | 2023-11-21 | 4 | -16/+16 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 219 | -1390/+2756 |
| |\| |
|
| | * | Fix SAFFRONCTIY typo | dannye | 2023-11-19 | 2 | -2/+2 |
| | * | Fix inconsistent B1F object consts | dannye | 2023-11-19 | 2 | -6/+6 |
| | * | Fix inconsistent object const names | dannye | 2023-11-19 | 3 | -18/+18 |
| | * | Remove incorrect sign object consts | dannye | 2023-11-19 | 2 | -3/+0 |
| | * | Fix Celedon typo | dannye | 2023-11-19 | 1 | -1/+1 |
| | * | Use map object consts in data/maps/hide_show_data.asm (#432) | dannye | 2023-10-11 | 209 | -1149/+1150 |
| | * | Correct constant name (SILPH, not SLIPH) (#422) | Vortyne | 2023-08-26 | 1 | -1/+1 |
| | * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 | 1 | -5/+5 |
| | * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 216 | -1119/+2456 |
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 | 1 | -89/+70 |
| |\| |
|
| | * | Use a SPRITE_SET_LENGTH constant | Rangi | 2022-09-24 | 1 | -2/+1 |
| | * | Add constants and table macros for the map sprite sets (#392) | Rangi | 2022-09-24 | 1 | -89/+71 |
| | * | Remove empty lines on the top of map header files (#375) | vulcandth | 2022-07-10 | 223 | -223/+0 |
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 4 | -9/+9 |
| | * | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 2021-10-05 | 212 | -805/+805 |
| | * | Clean up some redundant or unusual event comments | Rangi | 2021-10-05 | 3 | -9/+9 |
| * | | Remove empty lines on the top of map header files (#98) | vulcandth | 2022-07-10 | 224 | -224/+0 |
| * | | RGBDS syntax updates (#86) | vulcandth | 2022-06-06 | 4 | -9/+9 |
| * | | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 2021-10-05 | 214 | -813/+813 |
| * | | Clean up some redundant or unusual event comments | Rangi | 2021-10-05 | 5 | -16/+16 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 205 | -708/+708 |
| |\| |
|
| | * | Align `object_event` coordinates | Rangi | 2021-09-26 | 204 | -685/+685 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 224 | -2631/+2631 |
| |\| |
|
| | * | Unify map event gen1 gen2 (#335) | Yoann Fievez | 2021-09-26 | 223 | -2593/+2593 |
| * | | Some miscellaneous changes, syncing more with pokered | Rangi | 2021-05-31 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-31 | 2 | -2/+2 |
| |\| |
|
| | * | Change terminology as per feedback | SatoMew | 2021-05-08 | 2 | -2/+2 |
| | * | Identify the connections between Routes 22 and 23 as unused | SatoMew | 2021-05-08 | 2 | -2/+2 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-03-25 | 7 | -2/+39 |
| |\| |
|
| | * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 | 7 | -2/+39 |
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 | 451 | -0/+0 |
| |\| |
|
| | * | Fix file modes | dannye | 2020-11-14 | 456 | -0/+0 |
| | * | Remove trailing whitespace | Rangi | 2020-11-05 | 1 | -3/+3 |
| | * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 | 1 | -0/+5 |
| | * | Align warp and sign coordinates | Rangi | 2020-08-21 | 213 | -781/+781 |