aboutsummaryrefslogtreecommitdiffstats
path: root/data/growth_rates.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-271-1/+1
|
* RGBDS syntax updates (#86)vulcandth2022-06-061-1/+1
| | | New MACRO and DEF syntax
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+2
| | | | Fixes #312
* Clarify signed magnitude in the growth_rate macroRangi2020-12-201-2/+2
|
* Clean up some data, using macros for multiline list entriesRangi2020-07-141-11/+18
|
* Move more tables from engine/ to data/Rangi2020-06-231-0/+12
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.