aboutsummaryrefslogtreecommitdiffstats
path: root/constants/battle_constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify more flag bits (#464)Sylvie2024-09-231-0/+4
|
* Identify various flag labels and bit constants (#454)Sylvie2024-07-161-6/+3
|
* Use some more constants in place of raw numbersRangi422023-11-211-2/+7
|
* Rename `SLP` to `SLP_MASK` (#361)vulcandth2022-06-171-1/+1
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* RGBDS syntax updates (#358)vulcandth2022-06-061-25/+25
| | | New MACRO and DEF syntax
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-4/+31
| | | | Fixes #312
* Add comments associating constants with data, and identify some more dataRangi2020-07-201-4/+4
|
* Define constants for default trainer DVsRangi2020-07-161-0/+4
|
* Use const_skip and const_next macros for brevityRangi2020-07-091-27/+32
|
* Use HIGH() and LOW()Rangi2020-07-071-0/+2
|
* PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi2020-07-071-0/+7
|
* Use constants for damage limits in CalculateDamageRangi2020-07-051-0/+4
| | | | Fixes #255
* Reorganize constants/Rangi2020-07-031-0/+51
To do: add comments associating constants with data and code