| 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 | 4 | -87/+98 |
| |\ | |||||
| | * | 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 | 2 | -10/+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 | 2 | -57/+69 |
| | | | |||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 2 | -5/+5 |
| | | | |||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`. | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 2 | -7/+7 |
| |\| | |||||
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 1 | -5/+5 |
| | | | |||||
| | * | Revise some RAM buffer constants | Rangi | 2025-09-26 | 1 | -2/+2 |
| | | | |||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | * 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 | 2 | -17/+17 |
| |\| | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 2 | -16/+16 |
| | | | |||||
| * | | 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 | 2 | -20/+20 |
| |\| | |||||
| | * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 2 | -2/+2 |
| | | | |||||
| | * | Miscellaneous cleanup (#488) | Rangi | 2025-01-28 | 1 | -6/+6 |
| | | | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | ||||
| | * | Correct wTileMapBackup declared space (#487) | Engezerstorung | 2025-01-28 | 1 | -12/+12 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 1 | -1/+1 |
| |\| | |||||
| | * | Remove redundant parentheses | Rangi42 | 2024-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | 5 | -130/+134 |
| |\| | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 2 | -10/+10 |
| | | | |||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 2 | -21/+21 |
| | | | |||||
| | * | 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 | 4 | -53/+53 |
| | | | |||||
| | * | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 2024-07-24 | 2 | -13/+15 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 2 | -19/+20 |
| | | | |||||
| | * | 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 | 2 | -11/+11 |
| | | | |||||
| | * | Rename `SLP` to `SLP_MASK` (#361) | vulcandth | 2022-06-17 | 1 | -5/+5 |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 1 | -1/+1 |
| | | | | | | | New MACRO and DEF syntax | ||||
| * | | 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 |
| | | | |||||
