aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokemon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename wd49b to wPikachuEmotionModifier (#156)Yoann Fievez2026-06-141-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/pokereddannye2026-01-179-127/+114
|\
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-152-3/+3
| |
| * Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb2025-12-011-38/+32
| |
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-278-60/+73
| |
| * Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-251-1/+1
| |
| * Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi2025-11-231-25/+5
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-124-31/+31
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-124-31/+31
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-103-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/pokereddannye2025-09-062-3/+4
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-032-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/pokereddannye2025-07-023-9/+9
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-303-9/+9
| |
* | Use more ldpikacrydannye2025-05-252-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-1/+1
|\|
| * Use constants for PP masks instead of magic numbers (#504)edave642025-04-021-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-2/+2
|\|
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-1/+1
| |
| * Miscellaneous cleanup (#488)Rangi2025-01-281-1/+3
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
* | Fix comments around battle evolution code (#120)TiKevin832024-11-171-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 labelsdannye2024-09-291-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-258-101/+101
|\|
| * Identify more flag bits (#464)Sylvie2024-09-232-5/+5
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-187-32/+33
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-045-22/+22
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-243-5/+5
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-164-22/+22
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-151-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-3/+3
|\|
| * Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew2023-11-211-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-1/+0
|\|
| * Rename `SLP` to `SLP_MASK` (#361)vulcandth2022-06-171-1/+1
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Rename `SLP` to `SLP_MASK` (#89)vulcandth2022-06-171-1/+1
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-232-4/+4
|\|
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-052-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-261-3/+3
|\|
| * wcf4b -> wStringBufferRangi2021-08-281-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-304-11/+11
|\|
| * Use {interpolation} to generate sequences of RAM labelsRangi2021-04-273-10/+10
| | | | | | | | Fixes #319
| * Trim extra newlines from some filesRangi2021-04-081-1/+0
| |
* | Trim extra newlines from some filesRangi2021-04-081-1/+0
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-253-4/+4
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-253-4/+4
| | | | | | | | Fixes #312
| * Identify hUILayoutFlagsRangi2021-02-132-7/+7
| |
* | Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-132-7/+7
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-152-8/+8
|\|
| * Label and document hFFD7 more accuratelySatoMew2020-11-292-8/+8
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-146-0/+0
|\|
| * Fix file modesdannye2020-11-146-0/+0
| |