aboutsummaryrefslogtreecommitdiffstats
path: root/data (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-17Align move grammar with pokecrystal (#565)SnorlaxMonster2-14/+20
2026-01-07Use macros to enforce "hidden object" constraints, and rename them to "hidden...Rangi3-669/+600
2026-01-07Use macros to enforce "missable/hide/show object" constraints, and rename the...Rangi4-571/+426
2025-12-15Specify a max item length for `list_start` (#552)Rangi7-10/+13
2025-12-15Clarify how the order of map constants matters for the Town Map (#553)Rangi1-101/+103
2025-12-01Define player and rival names once, to be used in two places (#545)Rangi4-58/+32
2025-11-06Expand comment on `_AfterTrade2Text ` to mention pokeyellow's changes (#536)PokefanMarcel1-1/+2
2025-09-03Label and constant cleanup (#528)Narishma-gb2-8/+8
2025-08-17Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2-201/+206
2025-08-13List end markers (-1 aka $FF) are not part of table dataRangi421-3/+3
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi3-350/+350
2025-04-20Rename `Green1/2/3` to `Rival1/2/3` for consistencyRangi421-6/+6
2025-04-08Further improve NPC trade labels and comments (#493)SatoMew1-2/+5
2025-03-08Correct `vc_patch` length (#499)Narishma-gb1-1/+1
2025-01-30Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2-2/+2
2025-01-28Consistently capitalize `ASSERT` directives (#489)Rangi1-1/+1
2025-01-28Miscellaneous cleanup (#488)Rangi1-1/+1
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi45-48/+48
2024-12-16Use "gray", not "grey"Rangi422-25/+25
2024-11-24Assert the relations between some move effect constants (#478)Sylvie2-5/+5
2024-09-23Identify more flag bits (#464)Sylvie1-4/+4
2024-09-18Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie1-1/+1
2024-07-24Identify wcd6d as wNameBuffer and others (#455)Sylvie7-42/+42
2024-07-16Identify various flag labels and bit constants (#454)Sylvie2-3/+3
2024-05-05Use constant in wram for hidden item flags (#445)Vortyne2-0/+4
2023-12-18Clean up item comments (#443)SatoMew1-2/+2
2023-11-21Fix some map text constantsdannye4-16/+16
2023-11-21Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi421-2/+9
2023-11-21Rename two unused items as `ITEM_XX` like pokecrystalRangi423-7/+7
2023-11-21Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew1-72/+72
2023-11-19Fix SAFFRONCTIY typodannye2-2/+2
2023-11-19Fix inconsistent B1F object constsdannye2-6/+6
2023-11-19Fix inconsistent object const namesdannye3-18/+18
2023-11-19Remove incorrect sign object constsdannye2-3/+0
2023-11-19Fix Celedon typodannye1-1/+1
2023-10-11Use map object consts in data/maps/hide_show_data.asm (#432)dannye209-1149/+1150
2023-08-26text_2.asm: trivial missing whitespace (#425)Zachary Buhman1-1/+1
2023-08-26Correct constant name (SILPH, not SLIPH) (#422)Vortyne1-1/+1
2023-07-15Thoroughly document debug code (#410)SatoMew1-5/+5
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth219-1139/+2476
2023-03-25Name some unnamed animation constants (#396)Vortyne1-2/+2
2023-03-25Dex weights are in tenths of a poundRainbowMetalPigeon1-1/+1
2022-12-28Add list assertion to TrainerNamesdannye1-47/+49
2022-12-28Add table assertion to `TrainerDataPointers` (#403)vulcandth2-0/+4
2022-09-26Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394)Vortyne1-1/+1
2022-09-25Change names of move subanimations to be meaningful (#389)BlueZangoose2-417/+420
2022-09-24Use a SPRITE_SET_LENGTH constantRangi1-2/+1
2022-09-24Add constants and table macros for the map sprite sets (#392)Rangi1-89/+71
2022-09-11Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constantsRangi1-1/+1
2022-09-10Improve NPC trade labels and comments (#384)SatoMew1-10/+14