| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 4 | -379/+379 |
| |\ | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 3 | -350/+350 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-05-10 | 1 | -2/+5 |
| |\| | |||||
| | * | Rename `Green1/2/3` to `Rival1/2/3` for consistency | Rangi42 | 2025-04-20 | 1 | -6/+6 |
| | | | |||||
| | * | Further improve NPC trade labels and comments (#493) | SatoMew | 2025-04-08 | 1 | -2/+5 |
| | | | |||||
| | * | Correct `vc_patch` length (#499) | Narishma-gb | 2025-03-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 5 | -5/+5 |
| |\| | |||||
| | * | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2025-01-30 | 2 | -2/+2 |
| | | | |||||
| | * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 1 | -1/+1 |
| | | | |||||
| | * | Miscellaneous cleanup (#488) | Rangi | 2025-01-28 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | ||||
| | * | Don't pass redundant label names to `table_width` and `list_start` (#484) | Rangi | 2024-12-27 | 45 | -48/+48 |
| | | | |||||
| * | | Don't pass redundant label names to `table_width` and `list_start` (#125) | Rangi | 2024-12-27 | 45 | -49/+49 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 4 | -31/+31 |
| |\| | |||||
| | * | Use "gray", not "grey" | Rangi42 | 2024-12-16 | 2 | -25/+25 |
| | | | | | | | | | 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 | 2 | -5/+5 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 10 | -74/+74 |
| |\| | |||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 1 | -4/+4 |
| | | | |||||
| | * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 1 | -1/+1 |
| | | | | | | | Also identify `wPPUpCountAndMaxPP` | ||||
| | * | Identify wcd6d as wNameBuffer and others (#455) | Sylvie | 2024-07-24 | 7 | -42/+42 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 2 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-05-05 | 3 | -2/+6 |
| |\| | |||||
| | * | Use constant in wram for hidden item flags (#445) | Vortyne | 2024-05-05 | 2 | -0/+4 |
| | | | | | | | Prevents defining more hidden items than the flag array has room for | ||||
| | * | Clean up item comments (#443) | SatoMew | 2023-12-18 | 1 | -2/+2 |
| | | | |||||
| * | | Rename pikachu palette packets | dannye | 2023-11-21 | 3 | -20/+20 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 8 | -97/+104 |
| |\| | |||||
| | * | Fix some map text constants | dannye | 2023-11-21 | 4 | -16/+16 |
| | | | |||||
| | * | Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE | Rangi42 | 2023-11-21 | 1 | -2/+9 |
| | | | | | | | | | Fixes #430 | ||||
| | * | Rename two unused items as `ITEM_XX` like pokecrystal | Rangi42 | 2023-11-21 | 3 | -7/+7 |
| | | | |||||
| | * | Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407) | SatoMew | 2023-11-21 | 1 | -72/+72 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 223 | -1411/+2777 |
| |\| | |||||
| | * | Fix SAFFRONCTIY typo | dannye | 2023-11-19 | 2 | -2/+2 |
| | | | |||||
| | * | Fix inconsistent B1F object consts | dannye | 2023-11-19 | 2 | -6/+6 |
| | | | |||||
| | * | Fix inconsistent object const names | dannye | 2023-11-19 | 3 | -18/+18 |
| | | | |||||
| | * | Remove incorrect sign object consts | dannye | 2023-11-19 | 2 | -3/+0 |
| | | | |||||
| | * | Fix Celedon typo | dannye | 2023-11-19 | 1 | -1/+1 |
| | | | |||||
| | * | Use map object consts in data/maps/hide_show_data.asm (#432) | dannye | 2023-10-11 | 209 | -1149/+1150 |
| | | | |||||
| | * | text_2.asm: trivial missing whitespace (#425) | Zachary Buhman | 2023-08-26 | 1 | -1/+1 |
| | | | |||||
| | * | Correct constant name (SILPH, not SLIPH) (#422) | Vortyne | 2023-08-26 | 1 | -1/+1 |
| | | | |||||
| | * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 | 1 | -5/+5 |
| | | | |||||
| | * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 219 | -1139/+2476 |
| | | | | | | | 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/pokered | dannye | 2023-04-25 | 5 | -50/+56 |
| |\| | |||||
| | * | Name some unnamed animation constants (#396) | Vortyne | 2023-03-25 | 1 | -2/+2 |
| | | | |||||
| | * | Dex weights are in tenths of a pound | RainbowMetalPigeon | 2023-03-25 | 1 | -1/+1 |
| | | | |||||
| | * | Add list assertion to TrainerNames | dannye | 2022-12-28 | 1 | -47/+49 |
| | | | |||||
| | * | Add table assertion to `TrainerDataPointers` (#403) | vulcandth | 2022-12-28 | 2 | -0/+4 |
| | | | | | | | | | | | * Add table assertion to `TrainerDataPointers` * Add table assertion to `TrainerNamePointers` | ||||
| * | | Fix trainer parties' comments (#104) | mirko93s | 2023-02-17 | 1 | -10/+19 |
| | | | | | | | Comments were taken from Red/Blue, some of them were incorrect for Yellow. | ||||
| * | | Move `ShoreTiles` and `WaterTile` into data/ | Rangi | 2022-10-05 | 1 | -0/+9 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 | 3 | -507/+491 |
| |\| | |||||
| | * | Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394) | Vortyne | 2022-09-26 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| | * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 | 2 | -417/+420 |
| | | | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | ||||
