aboutsummaryrefslogtreecommitdiffstats
path: root/constants/battle_constants.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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