aboutsummaryrefslogtreecommitdiffstats
path: root/data/battle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Specify a max item length for `list_start` (#552)Rangi2025-12-152-2/+2
|
* Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-272-2/+2
|
* Verify data table and name list sizes with assertion macrosRangi2021-03-252-7/+27
| | | | Fixes #312
* Clean up some data, using macros for multiline list entriesRangi2020-07-147-11/+11
|
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-0/+7
| | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
* Move more tables from engine/ to data/Rangi2020-06-238-0/+122
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.