aboutsummaryrefslogtreecommitdiffstats
path: root/home (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
| * 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
| | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode
* | 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 bit flags * Space
| * 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
| | | | | | Also identify `wPPUpCountAndMaxPP`
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-047-19/+21
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-244-14/+13
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-1616-172/+171
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-153-7/+7
| |
* | Improve documentation of some SRAM routines (#114)SatoMew2024-06-263-10/+10
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-053-7/+9
|\|
| * Update to RGBDS 0.7.0 (#447)Rangi2024-01-032-6/+8
| |
| * Use BANK("Trainer Sight") to apply to all four possible functions in the ↵Vortyne2023-12-231-1/+1
| | | | | | | | "Trainer Sight" section (#444)
* | Rename pikachu palette packetsdannye2023-11-211-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-215-13/+13
|\|
| * Identify `wSavedCoordIndex` and its other usagesRangi422023-11-202-2/+2
| |
| * Add `bigdw` and `dc` data macrosRangi422023-11-201-9/+9
| |
| * Identify the unnamed HRAM variables and one WRAM label (#438)Vortyne2023-11-201-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-206-26/+33
|\|
| * Correct wTilePlayerStandingOn "unused?" comment (#433)Alchav2023-11-181-1/+1
| | | | | | `TilePairCollisionsWater` contains the entry `db CAVERN, $14, $05`, which prevents surfing from raised cave ground tiles. If `wTilePlayerStandingOn` is not updated when the start menu is opened, it will be left at the previous tile, which will be the raised ground tile if you have just walked onto the stairs from one.
| * Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-173-17/+16
| | | | | | | | | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
| * Thoroughly document debug code (#410)SatoMew2023-07-154-8/+16
| |
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-132-2/+2
| | | | | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-04-251-1/+1
|\|
| * Complete and improve debug name labels (#408)SatoMew2023-02-261-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-125-13/+12
|\|
| * Use the same music headers as pokecrystal (#382)Rangi2022-08-113-7/+7
| |
| * Identify some `.asm_*` labelsRangi2022-07-101-1/+1
| |