aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pikachu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and ↵Yoann Fievez2026-06-242-7/+7
| | | | | | | | `PIKAMOVEMENT_*` constants (#158) - Rename `wd471` to` wPikachuSpawnStateFlags`, with `BIT_PIKACHU_SPAWN_*` bits - Rename `wd492` to `wPikachuMapScriptFlags`, with `BIT_PIKACHU_MAP_*` bits - Introduce `PIKAMOVEMENT_*` constants for `ApplyPikachuMovementData` - Refactor `BillsHouse` scripts and Pikachu/Bill movement data
* 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.
* Misc. naming and cleanup (#139)Narishma-gb2025-09-105-29/+31
| | | | | | | | | * 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-07-023-19/+19
|
* Use more ldpikacrydannye2025-05-251-0/+4
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-1/+1
|
* Rename off-by-one wram labelsdannye2024-09-292-10/+10
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-253-26/+26
|
* Improve documentation of some SRAM routines (#114)SatoMew2024-06-261-2/+2
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-2/+2
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-4/+4
|
* wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-1/+1
|
* Rename `SLP` to `SLP_MASK` (#89)vulcandth2022-06-171-1/+1
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* RGBDS syntax updates (#86)vulcandth2022-06-062-2/+2
| | | New MACRO and DEF syntax
* Improved Virtual Console patch identifiers (#85)vulcandth2022-06-061-2/+2
|
* Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+7
|
* Clean up Yellow's WRAMRangi2021-05-311-1/+1
|
* Use pokecrystal's sine_table macroRangi2021-04-181-1/+1
|
* Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-132-3/+3
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-3/+3
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-146-0/+0
|
* Add constants for player and rival startersRangi2020-11-132-4/+4
|
* More debug yellowdannye2020-11-072-3/+55
| | | | only debug menu left
* Remove trailing whitespaceRangi2020-11-051-1/+1
|
* Organize home and macro codeRangi2020-11-051-1/+1
|
* Start reorganizing pokeyellowRangi2020-11-047-0/+4321