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