| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename wd49b to wPikachuEmotionModifier (#156) | Yoann Fievez | 2026-06-14 | 1 | -1/+1 |
| | | | | This variable serves as an override for Pikachu's emotion following specific events like refusing a Thunder Stone. It is automatically cleared when its mood normalizes. | ||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 9 | -127/+114 |
| |\ | |||||
| | * | Comment more unreferenced local labels (#550) | Narishma-gb | 2025-12-15 | 2 | -3/+3 |
| | | | |||||
| | * | Update `StatusScreen`, add `*_STATS_BOX` constants (#546) | Narishma-gb | 2025-12-01 | 1 | -38/+32 |
| | | | |||||
| | * | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2025-11-27 | 8 | -60/+73 |
| | | | |||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 1 | -1/+1 |
| | | | |||||
| | * | Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540) | Rangi | 2025-11-23 | 1 | -25/+5 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 4 | -31/+31 |
| |\| | |||||
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 4 | -31/+31 |
| | | | |||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 | 2 | -3/+4 |
| |\| | |||||
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 | 2 | -3/+4 |
| | | | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 3 | -9/+9 |
| |\| | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 3 | -9/+9 |
| | | | |||||
| * | | Use more ldpikacry | dannye | 2025-05-25 | 2 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-05-10 | 1 | -1/+1 |
| |\| | |||||
| | * | Use constants for PP masks instead of magic numbers (#504) | edave64 | 2025-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 1 | -2/+2 |
| |\| | |||||
| | * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 1 | -1/+1 |
| | | | |||||
| | * | Miscellaneous cleanup (#488) | Rangi | 2025-01-28 | 1 | -1/+3 |
| | | | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | ||||
| * | | Fix comments around battle evolution code (#120) | TiKevin83 | 2024-11-17 | 1 | -1/+1 |
| | | | | | | | the bug that allows item evolutions to happen after battles is patched here in Yellow where it isn't in Red/Blue. Updated a comment to reflect this. | ||||
| * | | Rename off-by-one wram labels | dannye | 2024-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 8 | -101/+101 |
| |\| | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 2 | -5/+5 |
| | | | |||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 7 | -32/+33 |
| | | | |||||
| | * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 5 | -22/+22 |
| | | | |||||
| | * | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 2024-07-24 | 3 | -5/+5 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 4 | -22/+22 |
| | | | |||||
| | * | Identify some unused WRAM variables (#453) | Sylvie | 2024-06-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 1 | -3/+3 |
| |\| | |||||
| | * | Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407) | SatoMew | 2023-11-21 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2022-09-12 | 1 | -1/+0 |
| |\| | |||||
| | * | Rename `SLP` to `SLP_MASK` (#361) | vulcandth | 2022-06-17 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | | Rename `SLP` to `SLP_MASK` (#89) | vulcandth | 2022-06-17 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-11-23 | 2 | -4/+4 |
| |\| | |||||
| | * | Refactorize check button pressed (#340) | Yoann Fievez | 2021-11-05 | 2 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 1 | -3/+3 |
| |\| | |||||
| | * | wcf4b -> wStringBuffer | Rangi | 2021-08-28 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-04-30 | 4 | -11/+11 |
| |\| | |||||
| | * | Use {interpolation} to generate sequences of RAM labels | Rangi | 2021-04-27 | 3 | -10/+10 |
| | | | | | | | | | Fixes #319 | ||||
| | * | Trim extra newlines from some files | Rangi | 2021-04-08 | 1 | -1/+0 |
| | | | |||||
| * | | Trim extra newlines from some files | Rangi | 2021-04-08 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-03-25 | 3 | -4/+4 |
| |\| | |||||
| | * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 | 3 | -4/+4 |
| | | | | | | | | | Fixes #312 | ||||
| | * | Identify hUILayoutFlags | Rangi | 2021-02-13 | 2 | -7/+7 |
| | | | |||||
| * | | Identify hUILayoutFlags and hPikachuSpriteVRAMOffset | Rangi | 2021-02-13 | 2 | -7/+7 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-12-15 | 2 | -8/+8 |
| |\| | |||||
| | * | Label and document hFFD7 more accurately | SatoMew | 2020-11-29 | 2 | -8/+8 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-11-14 | 6 | -0/+0 |
| |\| | |||||
| | * | Fix file modes | dannye | 2020-11-14 | 6 | -0/+0 |
| | | | |||||
