aboutsummaryrefslogtreecommitdiffstats
path: root/data/battle (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-15Specify a max item length for `list_start` (#552)Rangi2-2/+2
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2-2/+2
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2-2/+2
2021-03-25Verify data table and name list sizes with assertion macrosRangi2-7/+27
Fixes #312
2020-11-04Sync with pokereddannye9-0/+129
2020-07-14Clean up some data, using macros for multiline list entriesRangi7-11/+11
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-0/+7
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-06-23Move more tables from engine/ to data/Rangi8-0/+122
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.