aboutsummaryrefslogtreecommitdiffstats
path: root/constants/pokemon_data_constants.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2025-11-27Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb1-2/+2
2025-09-26Revise some RAM buffer constantsRangi1-4/+2
2025-04-02Use constants for PP masks instead of magic numbers (#504)edave641-0/+4
2023-11-21Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi421-3/+0
2023-11-21Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew1-3/+3
2022-09-11Rename `macros/wram.asm` to `macros/ram.asm` (#388)vulcandth1-1/+1
2022-07-04party_struct constants and ExchangeBytes size (#91)vulcandth1-0/+31
2022-07-04party_struct constants and ExchangeBytes size (#364)vulcandth1-0/+31
2022-06-06RGBDS syntax updates (#86)vulcandth1-31/+31
2022-06-06RGBDS syntax updates (#358)vulcandth1-31/+31
2021-03-25Verify data table and name list sizes with assertion macrosRangi1-0/+31
2020-11-14Fix file modesdannye1-0/+0
2020-11-04Sync with pokereddannye1-0/+41
2020-07-14Clean up some data, using macros for multiline list entriesRangi1-0/+11
2020-07-09Use const_skip and const_next macros for brevityRangi1-8/+10
2020-07-03Reorganize constants/Rangi1-0/+28