| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 64 | -402/+405 |
| |\ | |||||
| | * | Use combined hardware constants | Rangi42 | 2025-06-30 | 8 | -11/+11 |
| | | | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 46 | -317/+317 |
| | | | |||||
| | * | Distinguish single trainer pics section from Pokemon pics | Rangi42 | 2025-06-25 | 1 | -1/+1 |
| | | | |||||
| | * | Fix typos | dannye | 2025-06-03 | 5 | -8/+8 |
| | | | |||||
| | * | Add a `CANNOT_MOVE` constant (#508) | Rangi | 2025-05-31 | 1 | -3/+6 |
| | | | |||||
| * | | Use more ldpikacry | dannye | 2025-05-25 | 10 | -19/+21 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-05-10 | 12 | -39/+53 |
| |\| | |||||
| | * | Fix sprite data comment (#507) | Vortyne | 2025-05-09 | 1 | -2/+2 |
| | | | | | | | Reduces confusion if someone edits this file since the wrong byte was commented | ||||
| | * | Use constants in `PrintBCDNumber` calls (#503) | Narishma-gb | 2025-04-08 | 5 | -11/+8 |
| | | | |||||
| | * | Further improve NPC trade labels and comments (#493) | SatoMew | 2025-04-08 | 1 | -25/+9 |
| | | | |||||
| | * | Use constants for PP masks instead of magic numbers (#504) | edave64 | 2025-04-02 | 5 | -16/+16 |
| | | | |||||
| | * | Use constants for trade text indexes (#501) | Rangi | 2025-03-08 | 1 | -5/+23 |
| | | | |||||
| | * | Avoid using `EQUS` when `EQU` or `MACRO` will do (#496) | Rangi | 2025-02-27 | 1 | -6/+6 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 36 | -222/+227 |
| |\| | |||||
| | * | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2025-01-30 | 2 | -9/+9 |
| | | | |||||
| | * | Consistently refer to CGB, not GBC (#491) | SatoMew | 2025-01-30 | 1 | -8/+8 |
| | | | |||||
| | * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 11 | -20/+20 |
| | | | |||||
| | * | Miscellaneous cleanup (#488) | Rangi | 2025-01-28 | 13 | -29/+37 |
| | | | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | ||||
| | * | Correct wTileMapBackup declared space (#487) | Engezerstorung | 2025-01-28 | 1 | -12/+12 |
| | | | |||||
| | * | Use `EFFECT_1E` | Rangi42 | 2024-12-27 | 1 | -1/+1 |
| | | | |||||
| | * | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 2024-12-27 | 1 | -1/+1 |
| | | | |||||
| | * | Use RGBDS 0.9.0 (#482) | Rangi | 2024-12-25 | 1 | -2/+1 |
| | | | |||||
| * | | Identify unnamed functions in map_sprites.asm (#126) | Engezerstorung | 2025-01-23 | 1 | -7/+7 |
| | | | | | | | Also fix a label name | ||||
| * | | Don't pass redundant label names to `table_width` and `list_start` (#125) | Rangi | 2024-12-27 | 1 | -1/+1 |
| | | | |||||
| * | | Use RGBDS 0.9.0 (#123) | Rangi | 2024-12-25 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 10 | -24/+26 |
| |\| | |||||
| | * | Use `SERIAL_RNS_LENGTH` in `BattleRandom` | Rangi42 | 2024-12-21 | 1 | -2/+2 |
| | | | |||||
| | * | Remove redundant parentheses | Rangi42 | 2024-12-16 | 6 | -10/+10 |
| | | | |||||
| | * | Use "gray", not "grey" | Rangi42 | 2024-12-16 | 3 | -4/+4 |
| | | | | | | | | | This matches the in-game text, e.g. Pewter is "A Stone Gray City" | ||||
| | * | Assert the relations between some move effect constants (#478) | Sylvie | 2024-11-24 | 1 | -3/+5 |
| | | | |||||
| * | | Fix comments around battle evolution code (#120) | TiKevin83 | 2024-11-17 | 1 | -1/+1 |
| | | | | | | | the bug that allows item evolutions to happen after battles is patched here in Yellow where it isn't in Red/Blue. Updated a comment to reflect this. | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-10-09 | 5 | -39/+55 |
| |\| | |||||
| | * | `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection` | Vortyne | 2024-10-07 | 1 | -3/+3 |
| | | | |||||
| | * | `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472) | Vortyne | 2024-09-29 | 4 | -39/+58 |
| | | | |||||
| | * | This byte is written to, but not used (#471) | Vortyne | 2024-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | it's written to in init_player_data.asm ``` ld hl, wObtainedBadges ld [hli], a ld [hl], a ``` | ||||
| * | | Rename off-by-one wram labels | dannye | 2024-09-29 | 13 | -63/+63 |
| | | | |||||
| * | | Identify more bit flags (#119) | Sylvie | 2024-09-29 | 4 | -11/+14 |
| | | | | | | | | | | | * Identify more bit flags * Bit serves dual use in debug mode | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 118 | -1137/+1159 |
| |\| | |||||
| | * | Identify `wCurrentMapScriptFlags` bits (#467) | Sylvie | 2024-09-24 | 5 | -5/+5 |
| | | | |||||
| | * | Identify hardware register bits (#469) | Sylvie | 2024-09-24 | 2 | -4/+4 |
| | | | |||||
| | * | Identify more bit flags (#465) | Sylvie | 2024-09-24 | 8 | -16/+24 |
| | | | | | | | | | | | * Identify more bit flags * Space | ||||
| | * | Fix comment: Road -> Roar (#466) | Vortyne | 2024-09-24 | 1 | -4/+4 |
| | | | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 27 | -110/+119 |
| | | | |||||
| | * | Identify remaining uses of `wd0b5` and `wd11e` (#463) | Sylvie | 2024-09-18 | 43 | -172/+173 |
| | | | |||||
| | * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 10 | -28/+26 |
| | | | | | | | Also identify `wPPUpCountAndMaxPP` | ||||
| | * | Use correct label in get_trainer_name.asm (#461) | Vortyne | 2024-09-09 | 1 | -1/+1 |
| | | | |||||
| | * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 38 | -147/+146 |
| | | | |||||
| | * | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 2024-07-24 | 21 | -50/+52 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 60 | -443/+449 |
| | | | |||||
