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