aboutsummaryrefslogtreecommitdiffstats
path: root/home (follow)
Commit message (Expand)AuthorAgeFilesLines
* explore: rewrite as an instant screen-paging cameraAsh Ketchum7 days2-15/+2
* explore: pivot to noclip free-roam cameraAsh Ketchum7 days1-4/+5
* menu: SL0P MENU scaffolding with WARP as a submenuAsh Ketchum7 days1-2/+2
* warp: SELECT opens quick-warp (B1) + relocate intro-skip to PlayIntroAsh Ketchum7 days2-4/+5
* fastboot: skip intro/title/menu and autoload save if one existsAsh Ketchum7 days1-0/+4
* Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and `PI...Yoann Fievez2026-06-242-13/+13
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-1719-120/+124
|\
| * Use macros to enforce "hidden object" constraints, and rename them to "hidden...Rangi2026-01-072-9/+9
| * Use macros to enforce "missable/hide/show object" constraints, and rename the...Rangi2026-01-072-3/+3
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-1512-48/+52
| * Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb2025-12-011-2/+2
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-272-2/+2
| * Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-251-1/+1
| * Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi2025-11-231-5/+1
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-187-46/+52
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-1211-88/+88
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-1211-77/+77
| * Clean up home/copy2.asm (#531)PokefanMarcel2025-09-101-11/+11
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-105-21/+20
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-064-22/+9
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-035-23/+10
* | Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-062-2/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-0230-119/+119
|\|
| * Use combined hardware constantsRangi422025-06-304-9/+9
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-3032-149/+149
| * Fix typosdannye2025-06-032-3/+3
* | Improve IsSurfingPikachuInParty documentation (#128)Linus Unnebäck2025-05-101-4/+5
* | Name Func_07c4/StopBikeSurf (#118)Linus Unnebäck2025-05-101-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-2/+2
|\|
| * Use constants in `PrintBCDNumber` calls (#503)Narishma-gb2025-04-081-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-3010-60/+60
|\|
| * Consistently refer to CGB, not GBC (#491)SatoMew2025-01-301-4/+4
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-282-3/+3
| * Miscellaneous cleanup (#488)Rangi2025-01-283-3/+7
| * Correct wTileMapBackup declared space (#487)Engezerstorung2025-01-281-18/+14
* | Use spaces around operatorsRangi422024-12-251-4/+4
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-252-5/+5
|\|
| * Remove redundant parenthesesRangi422024-12-162-5/+5
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-092-3/+3
|\|
| * `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection`Vortyne2024-10-072-3/+3
* | Rename off-by-one wram labelsdannye2024-09-293-18/+18
* | Identify more bit flags (#119)Sylvie2024-09-292-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-2532-345/+353
|\|
| * Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-242-6/+6
| * Identify hardware register bits (#469)Sylvie2024-09-243-7/+7
| * Identify more bit flags (#465)Sylvie2024-09-244-10/+15
| * Identify more flag bits (#464)Sylvie2024-09-238-38/+38
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-186-38/+38
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-186-20/+21
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-047-19/+21