aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-305-5/+5
|\
| * Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-302-2/+2
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-1/+1
| * Miscellaneous cleanup (#488)Rangi2025-01-281-1/+1
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-2745-48/+48
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-2745-49/+49
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-254-31/+31
|\|
| * Use "gray", not "grey"Rangi422024-12-162-25/+25
| * Assert the relations between some move effect constants (#478)Sylvie2024-11-242-5/+5
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-2510-74/+74
|\|
| * Identify more flag bits (#464)Sylvie2024-09-231-4/+4
| * Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-181-1/+1
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-247-42/+42
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-162-3/+3
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-053-2/+6
|\|
| * Use constant in wram for hidden item flags (#445)Vortyne2024-05-052-0/+4
| * Clean up item comments (#443)SatoMew2023-12-181-2/+2
* | Rename pikachu palette packetsdannye2023-11-213-20/+20
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-218-97/+104
|\|
| * Fix some map text constantsdannye2023-11-214-16/+16
| * Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi422023-11-211-2/+9
| * Rename two unused items as `ITEM_XX` like pokecrystalRangi422023-11-213-7/+7
| * Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew2023-11-211-72/+72
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-20223-1411/+2777
|\|
| * Fix SAFFRONCTIY typodannye2023-11-192-2/+2
| * Fix inconsistent B1F object constsdannye2023-11-192-6/+6
| * Fix inconsistent object const namesdannye2023-11-193-18/+18
| * Remove incorrect sign object constsdannye2023-11-192-3/+0
| * Fix Celedon typodannye2023-11-191-1/+1
| * Use map object consts in data/maps/hide_show_data.asm (#432)dannye2023-10-11209-1149/+1150
| * text_2.asm: trivial missing whitespace (#425)Zachary Buhman2023-08-261-1/+1
| * Correct constant name (SILPH, not SLIPH) (#422)Vortyne2023-08-261-1/+1
| * Thoroughly document debug code (#410)SatoMew2023-07-151-5/+5
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-13219-1139/+2476
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-04-255-50/+56
|\|
| * Name some unnamed animation constants (#396)Vortyne2023-03-251-2/+2
| * Dex weights are in tenths of a poundRainbowMetalPigeon2023-03-251-1/+1
| * Add list assertion to TrainerNamesdannye2022-12-281-47/+49
| * Add table assertion to `TrainerDataPointers` (#403)vulcandth2022-12-282-0/+4
* | Fix trainer parties' comments (#104)mirko93s2023-02-171-10/+19
* | Move `ShoreTiles` and `WaterTile` into data/Rangi2022-10-051-0/+9
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-023-507/+491
|\|
| * Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394)Vortyne2022-09-261-1/+1
| * Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-252-417/+420
| * Use a SPRITE_SET_LENGTH constantRangi2022-09-241-2/+1
| * Add constants and table macros for the map sprite sets (#392)Rangi2022-09-241-89/+71
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-123-12/+16
|\|
| * Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constantsRangi2022-09-111-1/+1
| * Improve NPC trade labels and comments (#384)SatoMew2022-09-101-10/+14
| * PP must be 40 or lessRangi2022-08-101-0/+1