| Commit message (Expand) | Author | Age |
| * | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2025-01-30 |
| * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 |
| * | `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection` | Vortyne | 2024-10-07 |
| * | `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472) | Vortyne | 2024-09-29 |
| * | Identify more bit flags (#465) | Sylvie | 2024-09-24 |
| * | Identify more flag bits (#464) | Sylvie | 2024-09-23 |
| * | 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 some unused WRAM variables (#453) | Sylvie | 2024-06-15 |
| * | Delete a couple EOL whitespace. | vulcandth | 2023-11-22 |
| * | Fix a few usages of EFFECTIVE | dannye | 2023-11-21 |
| * | Fix inaccurate comment in UpdateNPCSprite | Rangi42 | 2023-11-21 |
| * | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 2023-11-20 |
| * | Add `bigdw` and `dc` data macros | Rangi42 | 2023-11-20 |
| * | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 2023-11-20 |
| * | Name unnamed labels in seafoam islands and pokemon mansion script files (#435) | Vortyne | 2023-11-19 |
| * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 |
| * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 |
| * | Revert PR #395 | Rangi | 2022-09-26 |
| * | Bug: Sprites can receive the wrong movement byte (#395) | Vortyne | 2022-09-26 |
| * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 |
| * | 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 |
| * | Use the same music headers as pokecrystal (#382) | Rangi | 2022-08-11 |
| * | Identify some `.asm_*` labels | Rangi | 2022-07-10 |
| * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 |
| * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 |
| * | Reformat MoveBoulderDustFunctionPointerTable | Rangi | 2021-05-31 |
| * | Use rgbds 0.5.0 features: | Rangi | 2021-04-17 |
| * | Delete unnecessary comment | SatoMew | 2020-11-29 |
| * | Label and document hFFD7 more accurately | SatoMew | 2020-11-29 |
| * | Fix file modes | dannye | 2020-11-14 |
| * | Sync more with pokeyellow | Rangi | 2020-11-06 |
| * | Some formatting changes | Rangi | 2020-10-19 |
| * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 |
| * | Identify some map object related constants | Rangi | 2020-08-17 |
| * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 |
| * | Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal | Rangi | 2020-07-17 |
| * | SONY -> RIVAL | Rangi | 2020-07-17 |
| * | Update sprite names | Rangi | 2020-07-17 |
| * | Reformat map scripts' coordinate and movement data | Rangi | 2020-07-16 |
| * | Disassemble the BLUEMONS.GB debug ROM | Rangi | 2020-07-15 |
| * | Factor out spinner tiles from RocketHideoutB2F since they're also used by Vir... | Rangi | 2020-07-14 |
| * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 |
| * | Remove c1x*/c2x* comments, use struct offset constants | Rangi | 2020-07-07 |
| * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 |
| * | Use HIGH() and LOW() | Rangi | 2020-07-07 |
| * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 |
| * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 |