| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename wd49b to wPikachuEmotionModifier (#156) | Yoann Fievez | 2026-06-14 | 1 | -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. | ||||
| * | Fix comments in `IsNextTileShoreOrWater` (#152) | Narishma-gb | 2026-05-24 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 1 | -78/+90 |
| |\ | |||||
| | * | Specify a max item length for `list_start` (#552) | Rangi | 2025-12-15 | 1 | -1/+1 |
| | | | |||||
| | * | Comment more unreferenced local labels (#550) | Narishma-gb | 2025-12-15 | 1 | -9/+9 |
| | | | |||||
| | * | Update `StatusScreen`, add `*_STATS_BOX` constants (#546) | Narishma-gb | 2025-12-01 | 1 | -11/+11 |
| | | | |||||
| | * | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2025-11-27 | 1 | -56/+68 |
| | | | |||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 1 | -2/+2 |
| |\| | |||||
| | * | Revise some RAM buffer constants | Rangi | 2025-09-26 | 1 | -2/+2 |
| | | | |||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | * 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/pokered | dannye | 2025-07-02 | 1 | -4/+4 |
| |\| | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 1 | -4/+4 |
| | | | |||||
| * | | Use more ldpikacry | dannye | 2025-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-05-10 | 1 | -5/+5 |
| |\| | |||||
| | * | Use constants for PP masks instead of magic numbers (#504) | edave64 | 2025-04-02 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 1 | -7/+7 |
| |\| | |||||
| | * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 1 | -1/+1 |
| | | | |||||
| | * | Miscellaneous cleanup (#488) | Rangi | 2025-01-28 | 1 | -6/+6 |
| | | | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | ||||
| * | | Rename off-by-one wram labels | dannye | 2024-09-29 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 1 | -100/+101 |
| |\| | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 1 | -5/+5 |
| | | | |||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 1 | -17/+17 |
| | | | |||||
| | * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 1 | -3/+4 |
| | | | | | | | Also identify `wPPUpCountAndMaxPP` | ||||
| | * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 1 | -46/+46 |
| | | | |||||
| | * | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 2024-07-24 | 1 | -2/+2 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -16/+16 |
| | | | |||||
| | * | Identify some unused WRAM variables (#453) | Sylvie | 2024-06-15 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-05-05 | 1 | -11/+17 |
| |\| | |||||
| | * | Clean up item comments (#443) | SatoMew | 2023-12-18 | 1 | -11/+17 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 1 | -2/+2 |
| |\| | |||||
| | * | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 2023-11-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 1 | -3/+3 |
| |\| | |||||
| | * | .calculateHPBarCoords incorrectly referenced OAM | vulcandth | 2023-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | Resolves #411 Co-Authored-By: SnDream <12762219+sndream@users.noreply.github.com> | ||||
| | * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
| * | | Move `ShoreTiles` and `WaterTile` into data/ | Rangi | 2022-10-05 | 1 | -7/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2022-09-12 | 1 | -3/+3 |
| |\| | |||||
| | * | Use the same music headers as pokecrystal (#382) | Rangi | 2022-08-11 | 1 | -3/+3 |
| | | | |||||
| | * | Replace Hard-Coded Number With Constant (#381) | Chatot4444 | 2022-08-11 | 1 | -1/+1 |
| | | | | | | | Replace a hard coded $a in CheckMapForMon with NUM_WILDMONS | ||||
| | * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 1 | -18/+18 |
| | | | |||||
| | * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 1 | -1/+1 |
| | | | |||||
| | * | Rename `SLP` to `SLP_MASK` (#361) | vulcandth | 2022-06-17 | 1 | -5/+5 |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | | Replace Hard-Coded Number With Constant | Chatot4444 | 2022-08-11 | 1 | -1/+1 |
| | | | | | | | Replace a hard coded $a in CheckMapForMon with NUM_WILDMONS | ||||
| * | | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 1 | -18/+18 |
| | | | |||||
| * | | wOAMBuffer -> wShadowOAM (#95) | Colton G. Rushton | 2022-07-09 | 1 | -1/+1 |
| | | | |||||
| * | | Rename `SLP` to `SLP_MASK` (#89) | vulcandth | 2022-06-17 | 1 | -6/+6 |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | | Identify starter pikachu happiness boost medicine check (#72) | Daniel Harding | 2021-11-02 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 1 | -8/+8 |
| |\| | |||||
| | * | wcf4b -> wStringBuffer | Rangi | 2021-08-28 | 1 | -8/+8 |
| | | | |||||
| | * | Improve some RAM formatting | Rangi | 2021-05-31 | 1 | -1/+1 |
| | | | |||||
