aboutsummaryrefslogtreecommitdiffstats
path: root/home/map_objects.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and ↵Yoann Fievez2026-06-241-11/+11
| | | | | | | | `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
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-2/+2
|\
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-2/+2
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-2/+2
| | | | | | | | | | | | | | | | | | * 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-061-6/+4
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-6/+4
| | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* | Improve IsSurfingPikachuInParty documentation (#128)Linus Unnebäck2025-05-101-4/+5
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-091-2/+2
|\|
| * `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection`Vortyne2024-10-071-2/+2
| |
* | Rename off-by-one wram labelsdannye2024-09-291-7/+7
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-4/+4
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-1/+1
| |
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-1/+1
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-2/+2
| |
| * Identify some hSpriteDataOffset valuesRangi2020-08-301-4/+4
| |
| * Move all code out of home.asm into home/Rangi2020-07-071-0/+248
| | | | This results in 64 home/*.asm files, comparable to pokecrystal's 57.
* Add constants for player and rival startersRangi2020-11-131-1/+1
|
* Sync with pokereddannye2020-11-041-0/+322