aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/poison.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and ↵Yoann Fievez2026-06-241-2/+2
| | | | | | | | `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-4/+4
| | | 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.
* Document `UpdatePikachuHappinessAndMood` routine (#155)RainbowMetalPigeon2026-06-071-14/+18
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-2/+2
|\
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-2/+2
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-3/+3
| | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* | Use more ldpikacrydannye2025-05-251-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-1/+1
|\|
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-251-3/+3
|\|
| * Remove redundant parenthesesRangi422024-12-161-2/+2
| |
| * Use "gray", not "grey"Rangi422024-12-161-1/+1
| | | | | | | | This matches the in-game text, e.g. Pewter is "A Stone Gray City"
* | Rename off-by-one wram labelsdannye2024-09-291-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-9/+10
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-1/+1
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-1/+1
| |
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-2/+2
| | | | | | Also identify `wPPUpCountAndMaxPP`
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-4/+5
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-2/+2
| |
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+112
|
* Sync with pokereddannye2020-11-041-0/+151