aboutsummaryrefslogtreecommitdiffstats
path: root/data/moves/effects_pointers.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi1-1/+1
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi1-1/+1
2024-11-24Assert the relations between some move effect constants (#478)Sylvie1-2/+2
2021-03-25Verify data table and name list sizes with assertion macrosRangi1-0/+2
Fixes #312
2020-11-04Sync with pokereddannye1-0/+88
2020-07-20Add comments associating constants with data, and identify some more dataRangi1-0/+1
2020-07-14Clean up some data, using macros for multiline list entriesRangi1-4/+4
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi1-7/+7
by rgbds 0.4.0)
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-0/+0
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/Rangi1-0/+87
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.