| Commit message (Expand) | Author | Files | Lines |
| 2026-01-07 | Use macros to enforce "hidden object" constraints, and rename them to "hidden... | Rangi | 25 | -1323/+0 |
| 2025-09-10 | Misc. naming and cleanup (#139) | Narishma-gb | 1 | -8/+4 |
| 2025-08-17 | Document a bug in `PrintBenchGuyText` (#523) | Narishma-gb | 1 | -0/+9 |
| 2025-06-30 | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2 | -8/+8 |
| 2025-06-03 | Fix typos | dannye | 1 | -1/+1 |
| 2025-01-28 | Miscellaneous cleanup (#488) | Rangi | 1 | -1/+1 |
| 2024-09-29 | Rename off-by-one wram labels | dannye | 1 | -2/+2 |
| 2024-09-24 | Identify `wCurrentMapScriptFlags` bits (#467) | Sylvie | 2 | -2/+2 |
| 2024-09-24 | Identify more bit flags (#465) | Sylvie | 1 | -1/+1 |
| 2024-09-23 | Identify more flag bits (#464) | Sylvie | 1 | -1/+1 |
| 2024-09-18 | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 1 | -1/+1 |
| 2024-09-18 | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 1 | -1/+1 |
| 2024-08-04 | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2 | -5/+4 |
| 2024-07-16 | Identify various flag labels and bit constants (#454) | Sylvie | 3 | -20/+20 |
| 2023-11-20 | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 1 | -2/+2 |
| 2023-07-13 | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 1 | -1/+1 |
| 2022-08-11 | Use the same music headers as pokecrystal (#382) | Rangi | 1 | -1/+1 |
| 2022-07-10 | Identify some `.asm_*` labels | Rangi | 2 | -4/+4 |
| 2022-07-10 | Identify some `.asm_*` labels | Rangi | 2 | -4/+4 |
| 2022-06-06 | RGBDS syntax updates (#86) | vulcandth | 1 | -3/+3 |
| 2022-06-06 | RGBDS syntax updates (#358) | vulcandth | 1 | -3/+3 |
| 2021-11-05 | Refactorize check button pressed (#340) | Yoann Fievez | 2 | -5/+5 |
| 2020-11-07 | More debug yellow | dannye | 1 | -0/+4 |
| 2020-11-04 | Start reorganizing pokeyellow | Rangi | 1 | -0/+108 |
| 2020-11-04 | Sync with pokered | dannye | 27 | -0/+1343 |
| 2020-08-31 | Use constants to delineate map types, and factor out more data | Rangi | 1 | -21/+2 |
| 2020-08-30 | Document more hidden object data and behavior | Rangi | 1 | -27/+20 |
| 2020-07-17 | Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal | Rangi | 1 | -8/+14 |
| 2020-07-16 | Revise some map scripts, mostly for getting items | Rangi | 1 | -1/+1 |
| 2020-07-15 | Disassemble the BLUEMONS.GB debug ROM | Rangi | 1 | -0/+4 |
| 2020-07-08 | Factor out MapBadgeFlags and EscapeRopeTilesets data tables | Rangi | 1 | -11/+2 |
| 2020-07-07 | Use 'tile' and 'tiles' macros | Rangi | 1 | -1/+1 |
| 2020-07-07 | Sync coordinate macros with pokecrystal | Rangi | 5 | -10/+10 |
| 2020-07-06 | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2 | -2/+2 |
| 2020-07-06 | Use ASCII quotes in comments | Rangi | 1 | -1/+1 |
| 2020-07-06 | Specify the ldh instruction, don't turn ld into ldh | Rangi | 6 | -27/+27 |
| 2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi | 1 | -2/+2 |
| 2020-07-05 | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 9 | -10/+10 |
| 2020-07-04 | Port pokecrystal's formatting of text commands and special characters | Rangi | 24 | -179/+181 |
| 2020-07-03 | Replace raw hex values with HRAM constants | Rangi | 2 | -8/+8 |
| 2020-07-03 | H_CONSTANTNAMES -> hConstantNames | Rangi | 2 | -3/+3 |
| 2020-07-03 | Organize macros/ like pokecrystal | Rangi | 2 | -2/+2 |
| 2020-07-03 | Make suggested edits: | Rangi | 1 | -0/+0 |
| 2020-07-03 | Split up engine/events/hidden_object_functions | Rangi | 25 | -0/+1338 |