aboutsummaryrefslogtreecommitdiffstats
path: root/data/items (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-30Don't pass redundant label names to `nybble_array` and `bit_array`Rangi2-2/+2
2025-12-15Specify a max item length for `list_start` (#552)Rangi1-1/+1
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
2023-11-21Rename two unused items as `ITEM_XX` like pokecrystalRangi423-7/+7
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth1-16/+16
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2022-06-06RGBDS syntax updates (#86)vulcandth1-1/+1
New MACRO and DEF syntax
2022-06-06RGBDS syntax updates (#358)vulcandth1-1/+1
New MACRO and DEF syntax
2021-05-30Eliminate unnecessary data macrosRangi2-98/+98
2021-05-23Add labels to unreferenced mart inventories and remove redundant commentsRangi1-16/+2
2021-05-23Use macros for bit arraysRangi1-105/+86
2021-05-23Use macros for packed arrays of nybblesRangi1-27/+52
2021-03-25Verify data table and name list sizes with assertion macrosRangi4-97/+107
Fixes #312
2020-11-14Fix file modesdannye5-0/+0
2020-11-04Sync with pokereddannye9-0/+453
2020-07-18Reformat key item bit fieldsRangi1-11/+102
2020-07-15Indent comments that describe data table macro formatsRangi1-1/+1
2020-07-14Clean up some data, using macros for multiline list entriesRangi4-9/+15
2020-07-05TM/HM constants named after movesRangi2-26/+26
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi1-16/+16
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi9-0/+356
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.