aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokemon/evos_moves.asm (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-171-5/+5
|\
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-5/+5
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-1/+1
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-1/+1
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-1/+1
| | | | | | | | | | | | | | | | | | * 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-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-251-40/+40
|\|
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-16/+17
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-6/+6
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-241-2/+2
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-4/+4
| |
* | 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
|\|
* | 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-03-251-2/+2
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-2/+2
| | | | | | | | Fixes #312
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-2/+2
|\|
| * Label and document hFFD7 more accuratelySatoMew2020-11-291-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-1/+1
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-1/+1
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-4/+4
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-8/+8
| |
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-2/+2
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-1/+1
| | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+513
|
* Sync more with pokeredRangi2020-11-051-34/+1
|
* Sync with pokereddannye2020-11-041-0/+668