aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pikachu/pikachu_emotions.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and ↵Yoann Fievez2026-06-241-3/+3
| | | | | | | | `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-101-4/+4
| | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* Rename off-by-one wram labelsdannye2024-09-291-3/+3
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-7/+7
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-2/+2
|
* 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-061-1/+1
| | | New MACRO and DEF syntax
* Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-131-2/+2
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|
* Add constants for player and rival startersRangi2020-11-131-1/+1
|
* More debug yellowdannye2020-11-071-0/+55
| | | | only debug menu left
* Start reorganizing pokeyellowRangi2020-11-041-0/+422